Multiple Hyperlinks

a1b2c3d4

New Member
Joined
Sep 30, 2015
Messages
40
Office Version
  1. 365
Platform
  1. Windows
100
=HYPERLINK("#Sheet1!A1","Septmeber 2016")
101
150
160
170
180
190
111

<tbody>
</tbody>
I am using this hyperlink formula and trying to drag the same formula for pick up for all the cells. But while dragging it is picking the cell reference A1 and not using relative reference and taking absolute reference. Please assist
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
to be more clear, while dragging down the cell reference should consider as =HYPERLINK("#Sheet1!B1","Septmeber 2016") in 2nd row and =HYPERLINK("#Sheet1!C1","Septmeber 2016") in 3rd row and so on. Please assist.
 
Last edited:
Upvote 0
Hi, you could try this:

=HYPERLINK("#"&ADDRESS(1,ROWS($A$1:A1),1,1,"Sheet1"),"Septmeber 2016")

For robustness, change the A1 references to the cell where you initially place the formula.
 
Upvote 0

Forum statistics

Threads
1,215,006
Messages
6,122,665
Members
449,091
Latest member
peppernaut

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