Hyperlink loses link if cell moves

Corleone

Well-known Member
Joined
Feb 2, 2003
Messages
841
Office Version
  1. 365
Is there a way of retaining link to a new cell address in a Hyperlink if a row or column is inserted

for example i have a link to cell aa5 if the user inserts a column the hyperlink just links to the now aa5 empty cell and not to ab5 the new location of the data

thanks
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
ive found a part solution to this where i can use the following formula
=HYPERLINK("#"&CELL("address",BD5),BD5

this replaces the previous for,ula =bd5 but also serves as a hyperlink



however, i need to do the same where i can put a hyperlink on a cell which has a vlookup formula on it e.g.

=IF(ISERROR(VLOOKUP(AA8,'E&P Data'!$A$2:$F$5000,3,0)),"",VLOOKUP(AA8,'E&P Data'!$A$2:$F$5000,3,0))
 
Upvote 0

Forum statistics

Threads
1,224,526
Messages
6,179,322
Members
452,906
Latest member
Belthazar

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