EXCEL logical functions : the NOT function
The NOT function, one of many EXCEL logical functions, is used to evaluate a single logical condition, passed as an argument to the function. It will return the opposite of that argument. I.e.:
If the evaluated logical condition is TRUE, the function will return FALSE.
If the evaluated logical condition is FALSE the function will return TRUE.
Syntax
NOT(logical)
Logical is [...]









