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

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Description


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