Calculate the average of a column of numbers.
Usage
Avg(numbers)
numbers (required) The column of numbers that is being evaluated for the average.
Example
Avg([Population 2010] - [Population 2000])
- Calculate the average change in population in a group.
Avg([Profit])
- Calculate the average profit in a group.