We've added a new function that returns the average of a list of numeric values. AVERAGE
can be used with a single array argument or multiple numeric arguments.
AVERAGE([1, 2, 3])
AVERAGE(1, 2, 3)
For more information, see our documentation.
AVERAGE
FunctionWe've added a new function that returns the average of a list of numeric values. AVERAGE
can be used with a single array argument or multiple numeric arguments.
AVERAGE([1, 2, 3])
AVERAGE(1, 2, 3)
For more information, see our documentation.