NOT function
See also
Returns TRUE (1) if logicalexpression is FALSE. Otherwise, it returns FALSE (0).
Syntax
NOT(logicalexpression)
Example
NOT(Height > 0.75 in.)
Returns 1 if Height is less than or equal to 0.75 inches. Returns 0 if Height is greater than 0.75 inches.