SUMIF with 2 conditions

fable

New Member
Joined
Nov 16, 2012
Messages
24
Based on furthering this I need to now make it dependant upon two cells, my formula is

=SUMPRODUCT(SUMIF(INDIRECT("'"&SheetList&"'!$B:$B"),$B5,INDIRECT("'"&SheetList&"'!F:F")))

I've tried

=SUMPRODUCT(SUMIF(AND(INDIRECT("'"&SheetList&"'!$B:$B"),INDIRECT("'"&SheetList&"'!$C:$C")),$B5,INDIRECT("'"&SheetList&"'!F:F")))

and I can't quite get it to work, probably something to do with the fact that the and section's product comes out as false...

Please advise?

Thanks!

~F
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Based on furthering this I need to now make it dependant upon two cells, my formula is

=SUMPRODUCT(SUMIF(INDIRECT("'"&SheetList&"'!$B:$B"),$B5,INDIRECT("'"&SheetList&"'!F:F")))

I've tried

=SUMPRODUCT(SUMIF(AND(INDIRECT("'"&SheetList&"'!$B:$B"),INDIRECT("'"&SheetList&"'!$C:$C")),$B5,INDIRECT("'"&SheetList&"'!F:F")))

and I can't quite get it to work, probably something to do with the fact that the and section's product comes out as false...

Please advise?

Thanks!

~F

Excel 2007/2010

=SUMPRODUCT(SUMIFS(INDIRECT("'"&SheetList&"'!F:F"),INDIRECT("'"&SheetList&"'!$B:$B"),B5,INDIRECT("'"&SheetList&"'!$C:$C"),$B5))
 
Upvote 0

Forum statistics

Threads
1,215,488
Messages
6,125,092
Members
449,206
Latest member
ralemanygarcia

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