Conditional Statements
NAME
DESCRIPTION
Checks a condition and returns one value when it is TRUE; otherwise, it returns a second value.
Evaluates an expression and returns a specified value if the expression returns an #N/A error; otherwise, it returns the value of the expression itself.
Evaluates an expression against a list of values and returns one of multiple possible result expressions. The first matching value is returned. If there is no match, an optional default value is returned. This function can be used to avoid having multiple nested IF statements.
Returns the list of items that match the given condition.
Last updated