sumifs with multiple criteria

greentree0021

New Member
Joined
Aug 14, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I have used the below function to add only those numbers from France!AQ5:AQ213 that contains either "C4" or "C 4" in France!AP5:AP213.

=SUM(SUMIFS(France!AQ5:AQ213,France!AP5:AP213,{"C4","C 4"}))

Now, I wish to add one additional criteria:
  • add only those numbers from France!AQ5:AQ213
  • contains either "C4" or "C 4" in France!AP5:AP213
  • AND contains either "a" or"A" in France!D5:D213

Thanks.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Welcome to the MrExcel board!

Try
Excel Formula:
=SUM(SUMIFS(France!AQ5:AQ213,France!AP5:AP213,{"C4","C 4"},France!D5:D213,"A"))

BTW, what is the name of the sheet that this formula is on?
 
Upvote 1

Forum statistics

Threads
1,215,161
Messages
6,123,380
Members
449,097
Latest member
Jabe

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top