Returns the reverse of the given logical value.
Syntax
Remarks
Zero is considered FALSE, while all other non-zero numbers are considered TRUE.
Examples
|
Formula |
Result |
|
=NOT(TRUE) |
FALSE |
|
=NOT(0) |
TRUE |
|
=NOT(23) |
FALSE |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions