Indirect & Sumproduct on closed workbook

leighmetcalfe

New Member
Joined
Oct 27, 2012
Messages
46
I currently have a work book that contains production data to work out per day what total hours each process has planned.

I have created a pull sheet that uses indirect and sumproduct as per below.

=SUMPRODUCT(INDIRECT(Parameters!$I$76)*(INDIRECT(Parameters!$I$73)=M$2)*(INDIRECT(Parameters!$I$74)=$G9)

Parameters!$I$76 = the range that contains the hours

Parameters!$I$73 = the process

Parameters!$I$74 = the date

All the above works perfectly but now I have 4 sheets within the workbook.

I want to move these sheets to a new book, so other uses can view whilst I maintain the master workbook.

I have tried to move to a new book but all the value come up as #ref even when the work book is open.

I'm struggling as I cant see whats the issue is.:eek:
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
INDIRECT does not work with closed books. Try either Harlan Grove's PULL or Laurent Longrè's INDIRECT.EXT (from the morefunc.xll add-in).
 
Upvote 0
I have tired the PULL function but that only works to pull the value of a cell, I cant get it to work with SUMPRODUCT.

The INDIRECT.EXT would not be an option as our IT department would not install it to our work PC's
 
Upvote 0

Forum statistics

Threads
1,214,946
Messages
6,122,401
Members
449,081
Latest member
JAMES KECULAH

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