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

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
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,215,032
Messages
6,122,772
Members
449,095
Latest member
m_smith_solihull

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