Links to other workbooks

Bru86

New Member
Joined
Aug 23, 2007
Messages
5
I have a question concerning making links to other workbooks.

Is it possible to integrate a cell reference into the filename of the workbook you're linking to ?

This is my problem : I already have Workbook 1, Workbook 2, Workbook 3, ... In another Excel-workbook, I want to refer to "Workbook A5" ; it depends on the value of cell A5 (1,2,3,...) to which workbook (1,2,3, ...) the link is made.

Can this be implemented ?

Thanks a lot !
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Try:
Code:
=INDIRECT("[Workbook "&A5&"]Sheet1!A1)

This will give you the value of A1 in Sheet1 of the workbook whose number appears in A5.

Hope that helps
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,550
Members
449,088
Latest member
davidcom

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