Copying Hyperlinks

tony68

New Member
Joined
Jun 2, 2020
Messages
8
Office Version
  1. 2016
Platform
  1. Windows
Hi Have set a hyperlink on cell A23 in sheet one that when I click it takes me to a corresponding record in sheet two which resides in cell A2. What I want to do is just drag and copy the hyperlink in cell A23 down the rest of the column so that it increases the reference cell in sheet two accordingly i.e drag hyperlink to sheet 1 A24 and when you select it takes you to sheet 2 A3 - hopefully makes sense. Is this possible?
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Try this formula in cell A23 in sheet1

=HYPERLINK("#Sheet2!"&ADDRESS(ROW(A2),COLUMN(A2)), "friendly name for " &ADDRESS(ROW(A2),COLUMN(A2),4))
 
Upvote 0

Forum statistics

Threads
1,215,779
Messages
6,126,848
Members
449,343
Latest member
DEWS2031

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