Basic Stuff
The contents in cells A1 through A6 are 6, 3, 4, 7, 9, and 7. What function would return the answer 6.
What is =AVERAGE(A1:A6)?
The contents in cells A1 through A6 are 12, 18, 4, 3, 7, and 2. This function would return the answer 18.
What is =MAX(A1:A6)?