Linking to other workbooks

cav~firez22

Well-known Member
Joined
Jun 21, 2006
Messages
543
how would i link to a cell in another workbook?? i cant get this to work

=INDIRECT("'[Collections KPI.xls]"&L1&"'!$E$10")+INDIRECT("'[Collections KPI.xls]"&L1&"'!$H$10")

This is the formula im useing. it will work fine "if" i have collections KPI.xls open.

I would like to beable to show the value, without haveing the Collections kpi open.

Is is possible?
The location of the KPI file is
O:\Shared Services\Continuous Improvement\Manual Data\KPI's\Collections KPI.xls
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
You have to use INDIRECT.EXT, which is part of the morefunc add-in (see "recommended add-ins and links" at the top of the Excel Questions Forum)
 
Upvote 0
OK thanks, I used it.. however, all it did was change the result from #REF to #Value

What am I Doing wrong?

=INDIRECT.EXT("'O:\Shared Services\Continuous Improvement\Manual Data\KPI's[Collections KPI.xls]"&K1&"'!$E$10")+INDIRECT.EXT("'O:\Shared Services\Continuous Improvement\Manual Data\KPI's[Collections KPI.xls]"&K1&"'!$H$10")

Theres the formula
 
Upvote 0
OK thanks, I used it.. however, all it did was change the result from #REF to #Value

What am I Doing wrong?

=INDIRECT.EXT("'O:\Shared Services\Continuous Improvement\Manual Data\KPI's[Collections KPI.xls]"&K1&"'!$E$10")+INDIRECT.EXT("'O:\Shared Services\Continuous Improvement\Manual Data\KPI's[Collections KPI.xls]"&K1&"'!$H$10")

Theres the formula
 
Upvote 0
Note also that before you were using &L1& and now you're using &K1&
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,618
Members
449,092
Latest member
amyap

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