Formulas in Excel Flashcards
It returns a value that you set if a condition is met, and a value if it is not met
IF
Searches for a value in the first column of a table array and returns a value in the same row from another column (to the right) in the table array.
VLOOKUP
It returns a value that you set if a formula has an error
IFERROR
Rounds a number to the nearest decimal based on your specified number of digits
ROUND
Get the nth largest value from a range of values
LARGE
Get the nth smallest value from a range of values
SMALL
Gives you the average of a group of values
AVERAGE
Get the largest value from a range of values
MAX
Get the smallest value from a range of values
MIN
Gets the middle number in the set of numbers
MEDIAN
Counts the number of cells that contain numbers
COUNT
Counts the number of cells that are non-blank (Including empty text “”)
COUNTA
Counts the number of cells that matches your specified condition
COUNTIF
Counts the number of cells that matches your specified conditions
COUNTIFS
Sums the values in a range that meet a criteria that you specify
SUMIF