linked files with a changing name

nisselyo

Board Regular
Joined
Jun 20, 2007
Messages
61
I have a file that I name daily jumbo arms and then the date. I have another file that needs to be linked to this file. Im trying to use an indirect in the link {basically in another field I put ="jumbo Arms "&MONTH(N104)&" "&DAY(N104)&" "&YEAR(N104)&".xls" cell n104 is today() which gets me the actual file name and I tried to insert that via Indirect into my linked formula} but cant seem to get it right - can anyone help me?
Thanks
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
What is the actual file name, what does your concatenation formula return, and what INDIRECT formula did you try?
 
Upvote 0
The actual file name is jumbo arms 8 15 07 (the date obviously changes daily). my formula just duplicates the file name - basically changes the date. I tried to link cell a1 of my new file to a1 of the file by using indirect of my formula which I thought would bring me to the file - but didnt.
 
Upvote 0
If A1 contains the formula:

="jumbo arms "&MONTH(N104)&" "&DAY(N104)&" "&RIGHT(YEAR(N104),2)&".xls"

which returns:

jumbo arms 8 15 07.xls

then:

=INDIRECT("'["&A1&"]Sheet1'!A1")

will return the same as the formula:

='[jumbo arms 8 15 07.xls]Sheet1'!A1
 
Upvote 0
For some reason Im still having problems with it - I tried to include directory but its just not working.
 
Upvote 0

Forum statistics

Threads
1,214,942
Messages
6,122,366
Members
449,080
Latest member
Armadillos

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