AVERAGE
The AVERAGE function returns the average of the values in the specified range.
Syntax:
average(number1, number2, number3, ...)
Parameters:
numbers (required): The range of numbers whose values will be used to calculate the average.
Usage example:

Last updated