Returns the average value from a range of inputs.
AVERAGE(input_a, input_b, ...input_n)
input_a
input_b
input_n
(optional)
AVERAGE(1, 3, 3, 8)
Result: 3.75
3.75