Links

Matt_Chelmsford

Board Regular
Joined
Jan 31, 2009
Messages
160
Hello there,

I am struggling with my links Spreadsheet A's data feeds into Spreadsheet B and Unless I have the pair of them open at the same time I end up with a load of #values. Is there anyway you can update the receiving spreadsheet whilst the giving spreadsheet remains closed?

I will be grateful for any help given!

Regards

Matthew
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Please give an example of a formula that returns #VALUE! if the source workbook is closed. Note that the INDIRECT function expects the source workbook to be open.
 
Upvote 0
The Forumala I am using is =SUMIF('[Transfers Control.xls]Transfers'!$D$3:$D$5000,A87,INDEX('[Transfers Control.xls]Transfers'!$E$3:$O$5000,0,MATCH($E$3,'[Transfers Control.xls]Transfers'!$E$2:$O$2)))

And the sheet I am looking up does have an indirect formula - is this the problem but this is in column C and I am looking up from column D!
 
Upvote 0
You can use SUMPRODUCT with a closed workbook:

=SUMPRODUCT(--('[Transfers Control.xls]Transfers'!$D$3:$D$5000=A87),INDEX('[Transfers Control.xls]Transfers'!$E$3:$O$5000,0,MATCH($E$3,'[Transfers Control.xls]Transfers'!$E$2:$O$2)))
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,762
Members
452,940
Latest member
rootytrip

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