Logical Formulas

IF
Logical

Returns one value if a condition is true and another if it's false

AND
Logical

Returns TRUE if all arguments are TRUE

OR
Logical

Returns TRUE if any argument is TRUE

NOT
Logical

Reverses the logic of its argument

TRUE
Logical

Returns the logical value TRUE

FALSE
Logical

Returns the logical value FALSE

IFERROR
Logical

Returns a value you specify if a formula evaluates to an error; otherwise returns the formula's result

IFNA
Logical

Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression

IFS
Logical

Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition

SWITCH
Logical

Evaluates an expression against a list of values and returns the result corresponding to the first matching value

XOR
Logical

Returns a logical exclusive OR of all arguments