Logical functions
Apply logical functions to test conditions and return TRUE or FALSE results.
Last updated
Was this helpful?
Apply logical functions to test conditions and return TRUE or FALSE results.
Returns TRUE only if all conditions are TRUE.
Returns TRUE if the specified value is one of the values in the list or array.
Returns TRUE if the specified cell value is blank or empty.
Returns TRUE if the specified cell value is blank or empty. It works similar to ISBLANK.
Returns TRUE if the cell value is a valid number.
Returns the opposite logical value of the argument.
Returns TRUE if any argument is TRUE; returns FALSE only if all arguments are FALSE.
Returns TRUE if the number of satisfied conditions is odd, and FALSE if it is even.
Returns TRUE if the specified reference exists in the model.
AND
&&
Logical AND
OR
||
Logical OR
XOR
^
Logical Exclusive OR
Last updated
Was this helpful?
Was this helpful?