ISFALSE
Tests whether the input expression is false. If it is, returns a value of true.
Syntax
ISFALSE(boolean_expression boolean) → boolean
boolean_expression: The input expression, which must be of type
BOOLEAN
.
Examples
Last updated
Was this helpful?