Hyperlink - to linked cell

BilaviatuKaya

New Member
Joined
Nov 6, 2016
Messages
3
Hi
I am pulling together a set of financial statements for a small charity. I have a number of tabs for the various sheets (Income and Expenditure, Balance Sheet, notes to the accounts etc) and the numbers within these come from a master tab called FinTbles using simple cell reference.

So for example on my Income Statement I have a turnover figure (Cell E7 in image below) which gets its value from the FinTbles tab (=FinTbles!G6) - to the right of the table I would like to have a hyperlink to that location
How do I get the formula to get the address of the cell in the FinTbles file?

I can do this manually but it would be great to have a formula (i presume) so if things are moved about it is updated also I have quite a few of these to do.

It seems I cannot upload an example workbook without downloading some software (which I cannot/not allowed to do) so I have taken an image - hopefully this shows what I am trying to do.

Thank you
BK
 

Attachments

  • Screenshot_Hyperlink.PNG
    Screenshot_Hyperlink.PNG
    26.2 KB · Views: 9

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
So for example on my Income Statement I have a turnover figure (Cell E7 in image below) which gets its value from the FinTbles tab (=FinTbles!G6) - to the right of the table I would like to have a hyperlink to that location

Hi, you could try this.

Excel Formula:
=HYPERLINK(SUBSTITUTE(FORMULATEXT(E7),"=+","#"),"Click here")
 
Upvote 0
Solution

Forum statistics

Threads
1,214,979
Messages
6,122,559
Members
449,089
Latest member
Motoracer88

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