Incrementing a formula down a column

Stephen_IV

Well-known Member
Joined
Mar 17, 2003
Messages
1,168
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Good evening,

How do I get the formula below to increment down a column
=HYPERLINK("#Sheet1!D1","Section1")

When I pull down I would like
=HYPERLINK("#Sheet1!D2","Section1")
=HYPERLINK("#Sheet1!D3","Section1")
=HYPERLINK("#Sheet1!D4","Section1")
and so on.

Thanks in advance!
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
I think you want the first formula to be this (no quotes on first argument, apostrophes around its sheet name)...

=HYPERLINK('#Sheet1'!D1,"Section1")
 
Upvote 0
Hi Rick,
Thanks for answering my post. Your formula try's to open up a file. What I am looking for is to be able to hyperlink each cell in a column. So for instance I would like column M to hyperlink back to column D. So M1 would hyperlink back to D1, M2 hyperlink back to D2, M3 hyperlink back to D3 and so on. Any help would be appreciated. Thanks.
 
Upvote 0
Try this:
=HYPERLINK("#Sheet1!D"&ROWS($A$1:$A1),"Section1")
 
Upvote 0
Rory,

Perfect, I can't thank you enough! I appreciate your help!
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,603
Members
449,038
Latest member
Arbind kumar

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