[]
Spread provides the following logical functions, listed alphabetically.
Function | Description |
---|---|
Check whether all arguments are True, and returns True if all arguments are True. | |
This function returns the value for logical FALSE. | |
This function performs a comparison and returns one of two provided values based on that comparison. | |
This function evaluates a formula and returns a value you provide if there is an error or the formula result. | |
This function returns the value you specify if the formula returns the #N/A error value, otherwise returns the result of the formula. | |
This function checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition. | |
This function reverses the logical value of its argument. | |
This function calculates logical OR. It returns TRUE if any of its arguments are true; otherwise, returns FALSE if all arguments are false. | |
This function evaluates one value (called the expression) against a list of values, and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned. | |
This function returns the value for logical TRUE. | |
This function returns a logical exclusive or of all arguments. |