NOT Function
The NOT function returns the opposite of a given logical or Boolean value. Use the NOT function to reverse a Boolean value or the result of a logical expression. When given FALSE, NOT returns TRUE. When given TRUE, NOT returns FALSE...Read more