NOT

NOT logical negation

Synopsis

NOT(b)

Arguments

b: logical value

Description

NOT calculates the logical negation of its argument.

Note

If the argument is numerical, zero is considered FALSE and anything else TRUE. Strings and empty values are ignored.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

AND, OR, IF.