Returns the logical negation of a Boolean value.
Syntax:
NOT(boolean_value)
Returns the logical negation of boolean_value
as per the corresponding logical operator !
.
Example:
NOT(A1)
where the cell value is TRUE
will return the Boolean value FALSE
.
Added in 1.36.