What is the AVG function?
An average of a series of numbers and/or cells
Syntax
AVG(value1, [value2, …])
Sample Usage
=AVG( 10, 12, 14 )
Notes about this function
This function can have 1 or more values added, separated by a comma.
If only one value is provided, that value will be the returned result.