Returns the logical NOT of the specified argument.
NOT( Logical l ) → Logical
Returns the logical NOT of l. That is, if l is FALSE, NOT returns TRUE; if l is TRUE, NOT returns FALSE.
=NOT(TRUE)=NOT(1+2=4)
Function ReferenceAND FunctionIF Function