Workbook Referencing for SUMIFs

Scoggs

New Member
Joined
Nov 4, 2014
Messages
2
I'm having some difficulty referencing my SUMIF formulas that have multiple criteria to an external workbook that contains multiple sheets. Currently I am able to link to an individual sheet with this:

=SUM(IF(('X:\MAM\Tracking\Yearly Reports\[2014 Report.xlsm]Jan'!$D$7:$D$2000="Criteria A")*....etc

I would like to make a cumulative formula with a reference that spans each month tab of an external workbook. I've have luck with this on other formulas, but no luck with complex SUMIFs with multiple criteria. This is what I'm working with and not having much luck.=SUM(IF(('X:\MAM\Tracking\Yearly Reports\[2014 Report.xlsm]Jan:Dec'!$D$7:$D$2000="Criteria A")*('X:\MAM\Tracking\Yearly Reports\[2014 Report.xlsm]Jan:Dec'!$F$7:$F$2000="Criteria B"),'X:\MAM
\Tracking\Yearly Reports\[2014 Report.xlsm]Jan:Dec'!$O$7:$O$2000))

Any advice or suggestions would be extremely helpful. Thanks!

-
Chris
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
I wouldn't even attempt that. Even were you to get a working version, the performance would most likely be appalling. Do the yearly summaries in the source workbook and then go back to the original formula. Better still, have one table of data in the source workbook that you can use as the source for a pivot table or query.
 
Upvote 0

Forum statistics

Threads
1,215,487
Messages
6,125,085
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