Returns the average of the specified number(s).
average( number, … )
Decimal
number: (Decimal Array) A number or array of numbers to include in the set that will be averaged.
You can experiment with this function in the test box below.
Test Input
average(1,2,3,4)
returns 2.5
On This Page