Skip to main content

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.

doc not function 1


 Syntax:

The syntax for the NOT function in Excel is:

= NOT(logical)

 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.

=NOT(B2="Banana")

doc not function 2

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:

=NOT(OR(B2="Banana", B2="Apple"))

doc not function 3

2. And if want to exclude the Bananas which are from South, you should use NOT in combination with the Excel AND function:

=NOT(AND(B2="Banana", C2="South"))

doc not function 4


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:

=IF(NOT(ISBLANK(D2)), D2*10%, "Have No bonus")

doc not function 5


The Best Office Productivity Tools


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.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations