NOT
From LongJump 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
The NOT function reverses the value of its Boolean argument. For example, a FALSE value is returned as TRUE.
NOT(logical)
NOT(TRUE) = FALSE NOT(FALSE) = TRUE