Trouble with Sorting Hyperlinks

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

Guest

Without going into (hopefully) a huge amount of detail:

I have a hyperlink in SHEET1 that points to a specifi cell in SHEET2. The
reference looks like:
SHEET2!A3

Now, I sort SHEET2. The hyperlink still points to cell A3, which is now in
A17.

Is there any way to make the hyperlink follow the sort?

TIA.
...Jim..
 
I think you'll have better luck if you use the =hyperlink() worksheet function
(in an adjacent cell) instead of the insert|hyperlink version.

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