Implemented Functions
SUM
SUM(range)
Returns the sum of all values in a range.
AVERAGE
AVERAGE(range)
Returns the arithmetic mean of values.
AVG
AVG(range)
Alias for AVERAGE.
MIN
MIN(range)
Returns the minimum value in a range.
MAX
MAX(range)
Returns the maximum value in a range.
COUNT
COUNT(range)
Counts the number of numeric values.