dingleberry
Programmer
Hey all, just wondering if I can do this...
My spreadsheet is set up like this:
A1 = Date
C1 = value from another spreadsheet
for example for A1, I'll type in 10-2-2011 (formatted m-d-yyyy) and for C1 I have the following link:
='I:\Machining Business Unit\Production Output\[Business Unit Performance Status 10-2-2011.xls]Machining Centers'!$AK$115
which makes the C1 cell pulls the value which is in cell AK115 of this other spredsheet.
Every week, the date changes so I have to manually type in 10-9-11 in both A1 and in the C1 path so I'm wondering if I can have the path in C1 pull the date string from cell A1 and if so what that would look like. For example - Instead of
='I:\Machining Business Unit\Production Output\[Business Unit Performance Status 10-2-2011.xls]Machining Centers'!$AK$115
maybe
='I:\Machining Business Unit\Production Output\[Business Unit Performance Status A1.xls]Machining Centers'!$AK$115
Is this possible and if so what might that format look like? I know is sounds trivial but I have to retype that date a zillion times.
My spreadsheet is set up like this:
A1 = Date
C1 = value from another spreadsheet
for example for A1, I'll type in 10-2-2011 (formatted m-d-yyyy) and for C1 I have the following link:
='I:\Machining Business Unit\Production Output\[Business Unit Performance Status 10-2-2011.xls]Machining Centers'!$AK$115
which makes the C1 cell pulls the value which is in cell AK115 of this other spredsheet.
Every week, the date changes so I have to manually type in 10-9-11 in both A1 and in the C1 path so I'm wondering if I can have the path in C1 pull the date string from cell A1 and if so what that would look like. For example - Instead of
='I:\Machining Business Unit\Production Output\[Business Unit Performance Status 10-2-2011.xls]Machining Centers'!$AK$115
maybe
='I:\Machining Business Unit\Production Output\[Business Unit Performance Status A1.xls]Machining Centers'!$AK$115
Is this possible and if so what might that format look like? I know is sounds trivial but I have to retype that date a zillion times.