hyperlink to changing value cell

Julie T

New Member
Joined
Apr 21, 2002
Messages
2
Can a cell with a changing value be hyperlinked according to the result in the
cell? In other words If cell A3 can have
a result of 1 or 2, can 1=a hyperlink to
"something" and 2=a hyperlink to "something
else". In other other words, can 1 cell
contain more than one hyperlink??????????
Thank you!!!
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
I guess you could do something like that below, but you'd have to store your result in another cell (B3 in this case) and use the formula in A3 to refer to it:

=IF(B3=1,HYPERLINK("c:my documentsbook1",1),HYPERLINK("c:my documentsbook2",2))

Hope this helps.
 
Upvote 0
You could define a name, "goto", referring to =IF($A$3=1,$D$3,$E$3) or =CHOOSE($A$3,$D$3,$E$3) , and enter "goto" in the "Named location in file" field of the Edit Hyperlink dialog.
This message was edited by Mark W. on 2002-04-22 10:50
 
Upvote 0

Forum statistics

Threads
1,213,510
Messages
6,114,040
Members
448,543
Latest member
MartinLarkin

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