Sum Multiple criteria within a single criteria range

tsbbranch

New Member
Joined
Jul 24, 2017
Messages
2
I am using a SUMIFs formula to total data with two sets ofcriteria. I would like to sum multipleaccount numbers within Criteria Range 2 rather than a single account. Is there a formula I can insert into mycalculation that can sum these figures within the SUMIFS formula?
SumRange (Amount)
Criteria Range 1 (Location Names)
Criteria 1 (Location Name)
Criteria Range 2 (Account Numbers)
Criteria Range 2 (Account Number)
=SUMIFS(May17TB!G3:G1194,May17TB!A3:A1194,'BUSummary'!A11,May17TB!E3:E1194,G8)
G8 = 50000 (account number)
I would like to sum multiple account numbers within theresult (50000,61500, 62000, 63000, 64500, 65000, 66000, 69000, 7000, 7999).
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Try this:

=SUMPRODUCT(SUMIFS(May17TB!G3:G1194,May17TB!A3:A1194,BUSummary!A11,May17TB!E3:E1194,{50000,61500,62000,63000,64500,65000,66000,69000,7000,7999}))
 
Upvote 0
Super Cool, thank you Tetra!!!! I worked like a charm! Thanks for furthering my educational Excel experience. No I do not have to add additional columns and categories to obtain the same information :) Appreciate your help very much!!!
 
Upvote 0

Forum statistics

Threads
1,214,830
Messages
6,121,835
Members
449,051
Latest member
excelquestion515

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