Austin,
Here's an Addin we use which calculates statistics (count, min, max, sum(numbers), mean(numbers)) for columns in any map item with a table (including query results). Some obvious improvements would be:
- a more appropriate icon (Sigma?)
- using Julian Day Numbers to be able to calculate more than just min and max for date-time fields
- a frequency distribution graph as in ArcMap
The C# code is available if you want.