NOT
Reverses the logical value. Changes TRUE to FALSE and FALSE to TRUE
Reverses the logical value. Changes TRUE to FALSE and FALSE to TRUE
Syntax of Excel Not formula:
=NOT(logical)
In words:
=Make it NOT(whatever the current logic is)
=NOT(TRUE) is FALSE
=NOT(FALSE) is TRUE
=NOT(7=6) will return TRUE as NOT function will change the actual FALSE logic