NOT

NOT reverses the value of its argument. Use NOT when you want to make sure a value is not equal to one particular value.

FormulaDescription (Result)
=NOT(FALSE)Reverses FALSE (TRUE)
=NOT(1+1=2)Reverses an equation that evaluates to TRUE (FALSE)