FORMULAS AND FUNCTIONS Flashcards
FORMULAS AND FUNCTIONS
SUM
AVERAGE
COUNT
MAX
MIN
This function adds all the values of the cells in the argument
SUM
This function determines the average of the values included in the argument. It calculates the sum of the cells and then divides that value by the number of cells in the argument
AVERAGE
This function counts the number of cells with numerical data in the argument. This function is useful for quickly counting items in a cell range
COUNT
This function determines the highest cell value included in the argument
MAX
This function determines the lowest cell value included in the argument
MIN
is an expression which calculates the value of a cell
Formula
are predefined formulas, and are already available in Excel
Functions
to count cells based on one criteria
COUNTIF
to count cells based on multiple criteria
COUNTIFS
to sum a range of cells
SUM
to sum cells based on one criteria
SUMIF
to sum cells based on multiple criteria
SUMIFS
checks whether a condition is met, and returns one value if TRUE and another value if FALSE
IF
returns TRUE if all conditions are true and return FLASE if any of the conditions are false
AND