Additional criteria for SUMPRODUCT

BostonEJ

New Member
Joined
Sep 23, 2010
Messages
2
Hello all,

I am familiar with SUMPRODUCT but not sure what other functions I need to use with it to achieve what I am looking for. I'm working with a spreadsheet of data I receive from an outside party.

I have one worksheet where I maintain defined ranges. In this example I have a list of ~20 FUNDS which make up the range "ASSETMNG1". A sample spreadsheet is attached with the other details. Another worksheet is the DATA I receive with columns (Fund -- Event -- Location -- DTC_INST -- EUR_INST -- FED_INST -- Net Amount). The final worksheet is a list of brokers and their instructions per location (DTC_INST, EURO_INST, FED_INST). Columns (Broker -- DTC -- EURO -- FED -- DELIVERIES -- RECEIPTS).

=SUMPRODUCT((DATA!$A$2:$A$8=ASSETMNG1)*(DATA!$B$2:$B$8="DELIVER")*(------------------------)*(DATA!$G$2:$G$8))

The blank area is where I'm trying to fill the void with logic like (sum the transactions on the DATA sheet that match this broker's DTC_INST, EUR_INST, or FED_INST)

The only other solution I can think of is a LONG formula that sum's 3 individual SUMPRODUCT's?

Thanks in advance for any assistance and let me know where I may need to clarify.

EJ
 
you might also investigate DFUNCTIONS: DSUM, DCOUNT, etc. Look them up in Excel's help files
 
Upvote 0
you might also investigate DFUNCTIONS: DSUM, DCOUNT, etc. Look them up in Excel's help files

Thank you for the link on your previous post. I am now more familiar with SUMPRODUCT but have not see a solution to the issue I have. I'll check out the other functions you noted as well to see if I can find something there.

Thanks again.

EJ
 
Upvote 0

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