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

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
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,482
Messages
6,113,915
Members
448,532
Latest member
9Kimo3

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