Sumif multiple criteria from different sheets.

klatlap

Well-known Member
Joined
Sep 1, 2004
Messages
607
Office Version
  1. 2013
Platform
  1. Windows
I am following instructions from this website Summing data across multiple criteria on multiple worksheets - Microsoft 365 Blog but i am coming up with an error here is my formula.

=IFERROR(SUMPRODUCT(SUMIFS(INDIRECT(“‘”&Code[System]&”‘!Y:Y"),INDIRECT(“‘”&Code[System]&”‘!V:V”),$h3,INDIRECT(“‘”&Code[System]&”‘!w:w”),$l3,INDIRECT(“‘”&Code[System]&”‘!x:x”),$m3)),)

I have indicated in red where the error is

Here is another code that works fine with a single criteria.
=SUMPRODUCT(SUMIF(INDIRECT("'" & Code & "'!v:v"),H2,INDIRECT("'" & Code & "'!y:y")))


I am using office 2013 if that makes a difference
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Why is it Code[System] in one example, and just Code in the other?
 
Upvote 0

Forum statistics

Threads
1,214,561
Messages
6,120,228
Members
448,951
Latest member
jennlynn

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