Is there a way to make a formula like this work:
='N:\TTMA\TTMA-DieMnt\DPR\DPR 2010\[DPR 2010.xlsx]Totals'!G$113
But like this
="'N:\TTMA\TTMA-DieMnt\DPR\DPR "&A1&"\[DPR "&A1&"2010.xlsx]Totals'!"G$113
when I have 2010 in cell A1
Is there a way to make a formula like this work:
='N:\TTMA\TTMA-DieMnt\DPR\DPR 2010\[DPR 2010.xlsx]Totals'!G$113
But like this
="'N:\TTMA\TTMA-DieMnt\DPR\DPR "&A1&"\[DPR "&A1&"2010.xlsx]Totals'!"G$113
when I have 2010 in cell A1
Try:
=INDIRECT("'N:\TTMA\TTMA-DieMnt\DPR\DPR "&A1&"\[DPR "&A1&"2010.xlsx]Totals'!G$113")
but it will only work with open referenced workbooks...
For closed workbooks you might try to download a free addin from here: Morefunc.xll
and replace INDIRECT with INDIRECT.EXT
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
is there any other way? My system admin wont let us add anything like that
Have a look here for your options:
http://www.dailydoseofexcel.com/arch...sed-workbooks/
The PULL UDF is a VBA macro that works the same as the INDIRECT() and works with closed workbooks.... I understand that it is not very efficient though... I have never used it myself.
Thanks.
For what I was trying to do, its probably going to be easier to just use the replace function every year when I make the new sheet for that year. I was just rying to make it where anyone could follow behind me and change one cell in the workbook, that would change all of my links.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks