Basic Formulas
SUM: adds up a range cells (e.g. 1+2+3+4+5 = sum of 15)
AVERAGE: finds the average of a range of cells (e.g. 1,2,3,4,5 = average of 3)
COUNT: counts the values in a range of cells (ex: 1,blank,3,4,5 = 4 total cells with values)
MAX: finds the highest value in a range of cells (ex: 1,2,3,4,5 = 5 is the highest)
MIN: finds the lowest value in a range of cells (ex: 1,2,3,4,5 = 1 is the lowest)
Basic Mathematic Equations: You can also perform functions like addition, subtraction, and multiplication directly in a cell without calling a formula