Excel NOT function
In Excel, the NOT function helps users to check if one value is not equal to another. It returns the opposite of a given logical or boolean value. If we give TRUE, it will return FALSE and when given FALSE, it will return TRUE. So, it will return a reverse logical value.
Syntax:
The syntax for the NOT function in Excel is:
Arguments:
- Logical: A value or logical expression that can be evaluated as TRUE or FALSE.
Return:
Returns a reversed logical value.
Examples:
Example 1: Use NOT function to exclude some specific values
For example, there is a list of fruits, you may want to exclude Banana that you don’t like. So, the NOT function can do you a favor, and then you will find all Banana cells returned FALSE, otherwise, TURE is returned.
Notes:
1. If you want to test several conditions in a single formula, you can use NOT with the AND or OR function. For example, if you want to exclude Banana and Apple, the formula would like this:
2. And if want to exclude the Bananas which are from South, you should use NOT in combination with the Excel AND function:
Example 2: Use NOT function to deal with blank cells
It is another common usage of the NOT function, you can combine NOT and ISBLANK functions to deal with some blank cells when applying a formula.
For example, I have a report with employee’s sales, and some person overfulfill the task. If they have extra sales, they will get some bonus, which equals extra sales *10%. If their extra sales are blanks, no bonus.
You can use this formula which combines the NOT and ISBLANK functions together, and then you will get the following result:
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.