chamullerousa
New Member
- Joined
- May 15, 2009
- Messages
- 4
I have a question about how to do something (or if it is even possible to do) in excel 2003.
I have a single file that references various other files.
A1=John Doe
A2=='C:\My Documents\School\John Doe\[John Doe.xls]Sheet 1'!$H$5
A2 is not referencing A1 right now but I would like it to so that what I type in A1 will change the file path in A2.
For example:
if A1=John Doe
then A2=='C:\My Documents\School\John Doe\[John Doe.xls]Sheet 1'!$H$5
and
if A1=Jane Smith
then A2=='C:\My Documents\School\Jane Smith\[Jane Smith.xls]Sheet 1'!$H$5
I am trying to figure out how John Doe in A2 can be replaced with a reference to A1.
Currently I have to use Ctrl+H to Find and Replace the names over and over. Seeing as how this is needed 12 times per sheet on 24 sheets, even macros can't reduce the tediousness of updating regularly.
Please help!
I have a single file that references various other files.
A1=John Doe
A2=='C:\My Documents\School\John Doe\[John Doe.xls]Sheet 1'!$H$5
A2 is not referencing A1 right now but I would like it to so that what I type in A1 will change the file path in A2.
For example:
if A1=John Doe
then A2=='C:\My Documents\School\John Doe\[John Doe.xls]Sheet 1'!$H$5
and
if A1=Jane Smith
then A2=='C:\My Documents\School\Jane Smith\[Jane Smith.xls]Sheet 1'!$H$5
I am trying to figure out how John Doe in A2 can be replaced with a reference to A1.
Currently I have to use Ctrl+H to Find and Replace the names over and over. Seeing as how this is needed 12 times per sheet on 24 sheets, even macros can't reduce the tediousness of updating regularly.
Please help!