Hyperlink to link to text, not just a cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello!
I am new to this and am quite cornfused. I am trying to set-up a hyperlink
from one tab within an excel doc to another tab within the same doc. But when
I set the hyperlink to go to a particular cell..and that other tab is
altered, then the link is no longer valid. Within each row I do have some
unique identifiers that I could use..so I was hoping to link to those (and
not the cell it is in).
Sorry if I am unclear in explaining my issue.
Thanks a great deal for any assitance given!
Have a nice day! :o)
 
Maybe you can name the range (Insert|Name) and use that name in the hyperlink.

Or you could use the worksheet function: =hyperlink(). Since it's a formula,
it'll adjust to the changes you make to the other sheet.

David McRitchie posted this and it might help you:

=HYPERLINK("#"&CELL("address",C5),C5)
=HYPERLINK("#"&CELL("address",sheetone!C5),sheetone!C5)
=HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top