NOT Function Explained

The NOT function in Microsoft Excel returns the opposite logical value of its argument. It takes a single argument that is either TRUE or FALSE and returns the opposite. For example, NOT(TRUE) returns FALSE and NOT(FALSE) returns TRUE.

NOT Function Syntax

NOT(logical)

  • logical: A value or expression that can be evaluated to TRUE or FALSE.