Using the contents of a cell to update the address of a workbook/name of a work sheet referenced in another.

ChIpStIcK

New Member
Joined
Dec 12, 2011
Messages
25
Hi,

I have what I thought was a simple problem but having googled at length I have been unable to find a simple solution and am grateful for any help anyone can offer.

Each member of staff has a work book and in the work book are work sheets with the names of the months of the year. I can not have all of these workbooks open.
There is a team leader work book with a link to a particular cell, lets call it D10, in each of the staff work books and returns its value.
The difficulty is that the path to cell D10 has to change each month, as we are only interested in the current month's worksheet.

So, my current understanding is that this requires VBA, which is not an option. I've been playing with concatenate to simply create the path and then paste it myself but I have to paste the results of my formula into notepad and then back into excel to make it execute the function, which seems perverse.

What I want to do is enter the name of the month required in cell A1 in my team leader work book and then all the links would update for that month.

For further illustration, my concatenate work around function is as follows:
=CONCATENATE("='C:\Users\Doug\Desktop\WA Spreadsheets\[Doug board.xlsx]",$A$1,"'!$D$10")

Thanks in advance,
Doug
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,223,911
Messages
6,175,327
Members
452,635
Latest member
laura12345

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