NOT(number)
NOT implements the logical NOT function: the result is TRUE if the @number is zero; otherwise the result is FALSE.
This function is Excel compatible.
NOT(0) equals TRUE.
NOT(TRUE) equals FALSE.
AND, OR.