NOT

Get the opposite logical value of an argument.

Parameter List

Syntax
NOT(argument)
argument

An expression or cell representing either a logical value (TRUE or FALSE). For example: EQ(5,5).

Examples

NOT(TRUE) returns FALSE