How to make hyperlink "follow" a cell ?

crave4excel

New Member
Joined
Feb 2, 2012
Messages
45
Hello,

I was wondering if it's possible to create a hyperlink in Sheet1, that link it to a specific cell on Sheet2, AND also follow that cell whenever I add/delete rows on Sheet2?

My dilemma is that I have a hyperlink created and link it to let's say Sheet2 cell E10. But later on when I add more rows to Sheet2, that hyperlink remains at E10, and hence incorrectly links to the wrong cell. :mad:

Any ideas?
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
=HYPERLINK(CELL("address", Sheet2!E10))
 
Upvote 0
=HYPERLINK(CELL("address", Sheet2!E10))


Thanks shg. I forgot to mention that the cell in Sheet1 has already embedded with SUMIFS formula that links to another tab. I was simplying adding "Hyperlink" from the 'INSERT' tab. So unfortunately your method does not work in this case :(
 
Upvote 0
Name the target of the hyperlink.

Hyperlink, Place in This Document, Defined names ...
 
Upvote 0

Forum statistics

Threads
1,221,523
Messages
6,160,322
Members
451,637
Latest member
hvp2262

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