How do I get a hyperlink to track specific data in a worksheet?

  • Thread starter Thread starter Kev Nurse
  • Start date Start date
K

Kev Nurse

I have Excel 2000. At Sheet1 A1 I have a hyperlink addressed to Sheet2 A1.
How do I get the hyperlink address to move with the data if I cut it from
Sheet2 A1 and paste it to any other cell on Sheet2?

Any guidance would be much appreciated, thanks.

Regards
Kev Nurse
 
Name that range (Insert|name|define)

Then use that name in your hyperlink:

I created a name of myCell and used this formula:

=HYPERLINK(myCell,"click me")
 

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