Changes a TRUE value within the parentheses to FALSE, and a FALSE value within parenthesis to TRUE.
NOT(Formula)
Formula: formula with the TRUE or FALSE value being reversed.
Any formula that does not calculate as TRUE (1) or FALSE (0) will result in this NOT function returning FALSE.
NOT(1=1) equals FALSE
NOT(1=2) equals TRUE
NOT(3) equals FALSE