Yes that might help for it's hard to cope with complicated names in an error-free manner.
So I just tried renaming it to just the numbers took off the "LC3-" and no luck.
=SUMPRODUCT(SUMIFS(INDIRECT("'"&SheetList&"'!I9:I41"),
INDIRECT("'"&SheetList&"'!A9:A41"),$B6))
[TABLE="class: grid"]
<tbody>[TR]
[TD]Row\Col[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]JAD[/TD]
[TD]56[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]NAD[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]XAD[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In C6 of summary enter and copy
=SUMPRODUCT(SUMIFS(INDIRECT("'"&SheetList&"'!I9:I41"),
INDIRECT("'"&SheetList&"'!A9:A41"),$B6))
[/code]
See the link for a sample implementation: https://dl.dropboxusercontent.com/u/65698317/JHopp82 SUMIF(S) MULTIPLE SHEETS.xlsx
I am pretty certain I am doing this the same way you are. But still no results, Just a #REF! error everytime. Do you have an email where I can email you the file and you can look it over, maybe?
Your example seems to be set up just the way I am setting mine up (for the most part).
SheetList must contain sheets which all must exist, otherwise a #REF! error will follow.
I used a macro that lets me drag a code down and lists the name of all my sheets. I then selected the boxes that listed my sheets and named it "SheetList". I have done this both with the macro and without the macro because I thought the macro/code might interfere. But still got the #REF! error. [...]
Thank you for replying Aldin,
We have a variety of operating systems being used, some of them XP although these are in the process of being replaced with Windows 7 64 bit so I would say possibly yes right now but no within a short period.
=SUMPRODUCT(
THREED(Sheet2:Sheet3!$M$19:$M$31),
--(THREED(Sheet2:Sheet3!$B$19:$B$31)=B3),
--(THREED(Sheet2:Sheet3!$G$19:$G$31)="On"))
=SUMPRODUCT(
SUMIFS(INDIRECT("'"&SheetList&"'!M19:M31"),
INDIRECT("'"&SheetList&"'!B19:B31"),B3,INDIRECT("'"&SheetList&"'!G19:G31"),"On"))