Average
The Average function returns the average (arithmetic mean) of the arguments.
One or more arguments are required and can include ranges.
Text strings that cannot be converted to a quantity are ignored.
Usage:
= Average(<number(s)>[, ...])
Example:
/* returns 1.75 */
= Average(1, 2, 3, "hello", TRUE);