NOT
Returns true when a condition is false and false otherwise
Last updated
Was this helpful?
Returns true when a condition is false and false otherwise
NOT( condition )
Returns true if the input condition is false, and false if the input condition is true
Argument
Description
condition
Boolean expression to test
Outputs true if condition is false. Otherwise outputs false.
Last updated
Was this helpful?
Was this helpful?