Hyperlink to Cell in Another Sheet, Sheet name autofill

baxterm

New Member
Joined
Jun 21, 2020
Messages
4
Office Version
  1. 2019
Platform
  1. MacOS
Hi,

Apologies if this has been addressed somewhere else but after much search I've been unable to find it.

I have a workbook with a bunch of sheets which are named simply as a number (starting at 1 and continuing).

I have a contents sheet, a few other sheets and then the numbered sheets being.

I wish to hyperlink a cell in the contents sheet to Cell A37 in sheet '1' and then hyperlink the below cell to Cell A37 in sheet '2' etc etc so the cell referenced stays the same but the sheet number goes up each time.

I've tried using a combination of ROW and INDIRECT among other things but I can't get it right. I don't mind if the friendly text for the hyperlink remains consistent with a simple "go to" or something like that.

Thanks in advance for any help, I'm hoping I'm just missing something simple.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Welcome to MrExcel :)

formula in first cell and drag down (or copy down)

=HYPERLINK("#"&ROW(A1)& "!A37",ROW(A1))
 
Upvote 0

Forum statistics

Threads
1,215,694
Messages
6,126,255
Members
449,306
Latest member
RealNinetyThree

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