First Five Functions Flashcards
What is it called?
Syntax
What is the first function?
SUM
Give an example of SUM
=SUM(B2:G2)
Describe the function of SUM
It adds up your selected cells, gives you your total
What is the second function?
Average
Give an example of Average
=Average(A7:A99)
Describe the function of Average
Find the arithmetic means of the selected cells, adds all up and divides by the amount of numbers there are
What is the third function?
Maximum (MAX)
Give an example of MAX
=MAX(B6:B13)
Describe the function of MAX
Finds the largest of the selected cells
What is the fourth function?
Minimum (MIN)
What is the fourth function?
Minimum (MIN)
Give an example of MIN
=MIN(C4:C10)
Describe the function of MIN
Finds the smallest of the selected cells
What is the fifth function?
COUNT