NOT

From AgileApps Support Wiki

The NOT function reverses the value of its Boolean argument. For example, a FALSE value is returned as TRUE.

Syntax
NOT(logical)
Return
TRUE or FALSE
Example
NOT(TRUE) = FALSE
NOT(FALSE) = TRUE