Excel AND Function Flashcards
(31 cards)
is a premade function in Excel
which returns ?? based on two or more conditions.
AND function
TRUE or FALSE
The most common type of mean
arithmetic mean.
is a premade function in Excel, which calculates the average of a range based on a true or false condition.
AVERAGEIF function
is a function in Excel and is short for concatenate.
CONCAT
is used to link multiple cells without adding any delimiters between the combined cell values.
CONCAT function
is a new version of the old CONCATENATE function.
CONCAT
The different parts of the function are separated by a symbol, like
comma , or semicolon ;
which counts cells with numbers in a range.
COUNT
which counts all cells in a range that has values, both numbers and letters.
COUNTA
which counts blank cells in a range.
COUNTBLANK
is helpful to find empty cells in a range.
COUNTBLANK function
This covers the basic use for how to count specific numbers and words.
COUNTIF
which counts cells as specified.
COUNTIF
which counts cells in a range based on one or more true or false condition.
COUNTIFS
which returns values based on a true or false condition.
IF
which finds the highest number in a range.
MAX Function
is used to retrieve a chosen amount of characters, counting from the left side of an Excel cell. The chosen number has to be greater than 0 and is set to 1 by default.
LEFT function
is used to lowercase text in a cell.
LOWER function
which finds the lowest value in a range,
MIN Function
NPV means
Net Present Value
which returns the middle value in the data.
MEDIAN Function
which is used to find the number seen most times.
MODE Function
is used to calculate the Net Present Value (NPV)
NPV function
is often used together with the IF function.
OR function