Converting SUMIFS to array formula

gohawks222

New Member
Joined
Feb 2, 2016
Messages
21
I have two formulas linked to other workbooks, but I'm getting the #VALUE error when they are closed (they work fine when everything is open). I've tried to figure out how to do this, but I don't have a ton of experience with array formulas and I'm having trouble with it. I'm hoping someone can convert these and explain the reasoning behind it. Thanks!

1.

Code:
=E2/(SUMIFS(INDEX([MasterItemFile_Customer.xlsx]Summary!$A$1:$FU$16887, 0, MATCH("Avg- 6WK", [MasterItemFile_Customer.xlsx]Summary!$A$1:$FU$1,0)), [MasterItemFile_Customer.xlsx]Summary!$E$1:$E$16887, B2)+SUMIFS(INDEX([MasterItemFile_Customer.xlsx]Summary!$A$1:$FU$16887, 0, MATCH("Avg- 6WK", [MasterItemFile_Customer.xlsx]Summary!$A$1:$FU$1,0)), [MasterItemFile_Customer.xlsx]Summary!$E$1:$E$16887, C2))

2.

Code:
=(SUMIFS(INDEX('[FY16 ForecastMaster.xlsm]Orders'!$B$2:$NW$357, 0, MATCH(DateMatrix!$F$1, '[FY16 ForecastMaster.xlsm]Orders'!$B$2:$NW$2,0)), '[FY16 ForecastMaster.xlsm]Orders'!$B$2:$B$357, Sheet1!D2)+SUMIFS(INDEX('[FY16 ForecastMaster.xlsm]Orders'!$B$2:$NW$357, 0, MATCH(DateMatrix!$F$2, '[FY16 ForecastMaster.xlsm]Orders'!$B$2:$NW$2,0)), '[FY16 ForecastMaster.xlsm]Orders'!$B$2:$B$357, Sheet1!D2)+SUMIFS(INDEX('[FY16 ForecastMaster.xlsm]Orders'!$B$2:$NW$357, 0, MATCH(DateMatrix!$F$3, '[FY16 ForecastMaster.xlsm]Orders'!$B$2:$NW$2,0)), '[FY16 ForecastMaster.xlsm]Orders'!$B$2:$B$357, Sheet1!D2))/3
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

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