Skip to main content

Count multiple criteria with NOT logic in Excel

This article is going to show you how to count number of cells with multiple criteria with NOT logic in Excel.


How to count multiple criteria with NOT logic in Excel?

As the below product order table shown, to count number of cells that contain Laptop but excluding the laptops in shop B or C, you can apply the below formula to get it done.

Generic Formula

=SUMPRODUCT(( range1=criteria1)*(ISNA(MATCH(range2,criteria2,0)))

Arguments

Range1 (required): The range you will count based on the criteria 1.
Criteria 1 (required): The specific text to count.
Range 2 (required): The range you will count based on the criteria 2.
Criteria 2 (required): The criteria to exclude when counting.

How to use this formula?

1. Select a blank cell to output the result.

2. Enter the below formula into the selected cell and press the Enter key to get the result.

=SUMPRODUCT((D3:D12=G6)*(ISNA(MATCH(E3:E12,H6:H7,0))))

How this formula works?

=SUMPRODUCT((D3:D12=G6)*(ISNA(MATCH(E3:E12,H6:H7,0))))

  • (D3:D12=G6): Here tests if each value in D3:D12 equals to the specific value (laptop) in G6, and returns an array of TRUE and FALSE values as: {TRUE;FALSE;FALSE;FALSE;TRUE;TRUE;FALSE;FALSE;TRUE;TRUE};
  • MATCH(E3:E12,H6:H7,0): The MATCH function checks if the value B and C existing in range E3:E12. If the value found, returns a number, If not, returns #N/A. And finally it returns an array as {#N/A;1;2;#N/A;1;2;#N/A;1;2;#N/A}.
  • ISNA({#N/A;1;2;#N/A;1;2;#N/A;1;2;#N/A}): Here the ISNA function returns TRUE if #N/A have been found, otherwise, returns FALSE for any other values. Then you will get a new array like this: {TRUE;FALSE;FALSE;TRUE;FALSE;FALSE;TRUE;FALSE;FALSE;TRUE}.
  • Here TRUE in the array corresponds to “not B or C”.
  • SUMPRODUCT({TRUE;FALSE;FALSE;FALSE;TRUE;TRUE;FALSE;FALSE;TRUE;TRUE}*({TRUE;FALSE;FALSE;TRUE;FALSE;FALSE;TRUE;FALSE;FALSE;TRUE})): Here TRUE is synonymous to 1 while FALSE equates to 0, then multiply values in the two array, and you will get SUMPRODUCT({1;0;0;0;0;0;0;0;0;1}). And finally the SUMPRODUCT function sums all digits in the array and get the final result:2.

Related functions

Excel SUMPRODUCT function
The Excel SUMPRODUCT function can be used to multiply two or more columns or arrays together, and then get the sum of products.

Excel MATCH function
The Excel MATCH function searches for a specific value in a range of cells, and returns the relative position of this value.


Related formulas

Count numbers that begin with a specific number
This tutorial provides a formula based on the SUMPRODUCT and LEFT functions to count number of cells containing numbers that begin with a specific number(s) in Excel.

Count occurrences of particular text in entire Excel workbook
This article is going to demonstrate a formula based on the SUMPRODUCT, COUNTIF and INDIRECT function to count occurrences of particular text in entire workbook.

Count or sum only whole numbers in Excel
This post provides two formulas based on the SUMPRODUCT function and the MOD function to help you count and sum only whole numbers in a range of cells in Excel.

Count numbers where the nth digit equals to a given number
This tutorial provides a formula based on the SUMPRODUCT and the MID function to count numbers where the nth digit equals to a given number in Excel.


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