Function Analysis
AVERAGE Returns the average / mean of its arguments
COUNT Counts the number of cells
MAX Returns the largest number in a set
MIN Returns the smallest number in a set
MEDIAN Returns the middle number of the set
MODE.SNGL Returns the most frequently occurring
STDEV.P Calculates standard deviation based on the entire population given
as arguments
STDEV.S Estimates standard deviation based on a sample
VAR.P Calculates variance based on the entire population
VAR.S Estimates variance based on a sample