1/7
Formulas for all functions
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
SUM: Adds up a range of cells.
Ex: =SUM(A1:A5)
AVERAGE: Calculates the average of a range of cells.
Ex: =AVERAGE(A5:A10)
COUNT: Counts the number of cells containing numbers.
Ex: =COUNT(A10:A14)
MIN: Finds the smallest value in a range
Ex: = MIN(A15:A18)
MAX: Finds the largest value in a range.
Ex: =MAX(A20:A30)
MOD: Returns the remainder after division.
Ex: =MOD(A14:A19)
ROUND: Rounds a number to a specified number of decimal places.
Ex: =ROUND(A1:A10)