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