Dynamic Hyperlink Linked to Changing Cell Value??

jdowski

Board Regular
Joined
Apr 21, 2002
Messages
235
Hi Excel Experts,

I have a spreadsheet where I enter data. At one point I have to open up another spreadsheet that is created every month named
mmyy.xls with the mm representing the previous month. I don't want to link to a cell in this spreadsheet, (too many users to be accurate long term) I just want the hyperlink to open the spreadsheet. I can write a formula with logic to give me a text string that will match the file name I want every month but I don't think I can just paste it into the hyperlink setup screen. This kind of reminds me of "dynamic chart titles" but I think it's different.

Can this be done
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
You can use the HYPERLINK function,

if A1 contains a date mmyy e.g. 0402
you can use:

=HYPERLINK("D:Misc"&TEXT(A1,"0000")&".xls","Open Book "&TEXT(A1,"0000"))

the second arguement is the friendly name you want to give to it. i.e. the name in the cell.

Hope this helps.
 
Upvote 0
Thanks Ian!!

It worked just like I hoped it would....

You Da Man !!!!

Joe Dowski
Woodbury, CT. USA
 
Upvote 0

Forum statistics

Threads
1,226,237
Messages
6,189,790
Members
453,568
Latest member
LaTwiglet85

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