NOT function

NOT inverts and returns the logical value.

Syntax

NOT(logical value)

logical value is any value to be reversed.

Example

=NOT(A)

A=TRUE returns A=FALSE.