How to Use SUMIFS When Cells Are Not Equal to Multiple Text

Get FREE Advanced Excel Exercises with Solutions!

We can use conditional summation using the SUMIF and SUMIFS functions in Excel. The SUMIFS function is available from Excel version 2010. This function can accept multiple criteria and multiple sum ranges. In this article, we will show you 3 easy methods to use SUMIFS when cells are not equal to multiple text in Excel.


Download Practice Workbook

You can download the Excel file from the link below.


3 Handy Approaches to Use SUMIFS When Cells Are Not Equal to Multiple Text

We will show you three quick and easy ways to use SUMIFS when cells are not equal to multiple text. For the first method, we will simply use the SUMIFS function. Then, we will subtract the SUMIFS amount from the whole total calculated using the SUM function. Lastly, we will combine SUM and SUMIFS functions to achieve our goal.
To demonstrate the methods, we have selected a dataset that has three columns consisting of “Product”, “Color”, and “Sales”. Then, we will find the sales for the products that are not yellow, green, or blue.

3 Handy Approaches to Use SUMIFS When Cells Are Not Equal to Multiple Text


1. Applying SUMIFS Function

In this first method, we will use the SUMIFS function to get the sales total for the colors red, teal, and maroon. That means the not equal to multiple text part is equal to the colors yellow, green, and blue. We will exclude these when we calculate the sales total.

Steps:

  • To begin with, type the following formula in cell C13. Here, we have merged the cells C13:C15.

=SUMIFS(D5:D10,C5:C10,"<>"&B13,C5:C10,"<>"&B14,C5:C10,"<>"&B15)

Applying SUMIFS Function for Not Equal to Multiple Text

  • Next, press ENTER.
  • So, this will return the total value excluding those three colors.

Formula Breakdown

  • Firstly, the sum range is D5:D10.
  • Secondly, there are three same criteria range C5:C10.
  • Thirdly, we are excluding the colors using the not equal “<>” operator and joining those with the cell values using the ampersand (“&”).

Read More: Excel SUMIFS with Multiple Sum Ranges and Multiple Criteria


2. Subtracting SUMIFS from SUM Function

We will calculate the overall sales total using the SUM function in this method. Then, we will find the summation of the sales for the three colors: yellow, green, and blue. Lastly, we will subtract this value from the previous value to reach the goal of this article.

Steps:

  • Firstly, type the following formula in cell C13. Here, we have merged the cells C13:C15.

=SUM(D5:D10)-SUM(SUMIFS(D5:D10,C5:C10,{"Yellow","Green","Blue"}))

Subtracting SUMIFS from SUM Function for Not Equal to Multiple Text

  • Next, press ENTER.
  • Hence, this will return the total value excluding those three colors.

Formula Breakdown

  • SUM(D5:D10)
    • Output: 8686.51.
  • SUMIFS(D5:D10,C5:C10,{“Yellow”,”Green”,”Blue”})
    • Output: {1291.62,1225,1150.5}.
    • The sum range is D5:D10. Then, the criteria range is C5:C10. This only finds the sales value for those three colors.
  • Then, the formula becomes → 8686.51-SUM({1291.62,1225,1150.5})
    • Output: 5019.39.
    • Lastly, we subtract the values to get the sales total for the other three colors.

Read More: Excel SUMIFS Not Equal to Multiple Criteria (4 Examples)


Similar Readings


3. Combining SUM and SUMIFS Function

We will combine the SUM and SUMIFS functions in this last method to use SUMIFS when cells are not equal to multiple text in Excel.

Steps:

  • To begin with, type the following formula in cell C13. Here, we have merged the cells C13:C15.

=SUM(SUMIFS(D5:D10,C5:C10,{"*","Yellow","Green","Blue"})*{1,-1,-1,-1})

Combining SUM and SUMIFS Function for Not Equal to Multiple Text

  • Then, press ENTER.
  • So, this will return the total value excluding those three colors.

Formula Breakdown

  • Firstly, the portion inside the SUM function is →  SUMIFS(D5:D10,C5:C10,{“*”,”Yellow”,”Green”,”Blue”})*{1,-1,-1,-1}
    • Output: {8686.51,-1291.62,-1225,-1150.5}.
    • Here the sum range is D5:D10 and the criteria range is C5:C10.
    • Then, there are four parts of the criteria. We have included the asterisk (“*”) to include all the sales.
    • After that, we’ve used another array to multiply the values. The positive sign is for the total sales amount and the negative sign is for the three excluded colors.
  • Then, the formula reduces to → SUM({8686.51,-1291.62,-1225,-1150.5})
    • Output: 5019.39.
    • Finally, we sum the values to get the result.

Read More: [Fixed]: SUMIFS Not Working with Multiple Criteria (3 Solutions)


Practice Section

We have added a practice dataset for each method in the Excel file. Therefore, you can follow along with our methods easily.

Practice Dataset


Conclusion

We have shown you three quick methods to use SUMIFS when cells are not equal to multiple text in Excel. If you face any problems regarding these methods or have any feedback for me, feel free to comment below. However, remember that our website implements comment moderation. Therefore, your comment may not be instantly visible. So, have a little bit of patience, and we will solve your query as soon as possible. Moreover, you can visit our site, ExcelDemy for more Excel-related articles. Thanks for reading, keep excelling!


Related Articles

Rafiul Haq

Rafiul Haq

Greetings! I am Rafiul, an experienced professional with an engineering degree and an MBA in finance. Data analysis is my passion, and I find Excel to be an invaluable tool in this domain. My goal is to simplify complex concepts by providing comprehensive and user-friendly guides on Excel and finance topics, aiming to enhance people's productivity and understanding at ExcelDemy.

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo