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
Would you like to complete your daily work quickly and perfectly? Kutools for Excel brings 300 powerful advanced features (Combine workbooks, sum by color, split cell contents, convert date, and so on...) and save 80% time for you.
- Designed for 1500 work scenarios, helps you solve 80% Excel problems.
- Reduce thousands of keyboard and mouse clicks every day, relieve your tired eyes and hands.
- Become an Excel expert in 3 minutes. No longer need to remember any painful formulas and VBA codes.
- 30-day unlimited free trial. 60-day money back guarantee. Free upgrade and support for 2 years.

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, Firefox, And New Internet Explorer.

You are guest
or post as a guest, but your post won't be published automatically.
Be the first to comment.