Calculates the average of the amounts contained within the parenthesis.
AVERAGE(Amount #1, Amount #2, Amount #3, ...)
Amount #1, Amount #2, Amount #3, ...: values to be averaged.
AVERAGE(1, 2, 3) equals 2
There is no limit to the number of amounts that can be averaged.