Combine Hyperlink and Indirect formula?

shane_aldrich

Board Regular
Joined
Oct 23, 2009
Messages
148
Hi all,

I suck at using indirect formulas...trying to combine indirect and hyperlink

for example

Cell a11 = Regional_Market_Performance

so in cell i2 i have this formula...it works, perfect

=HYPERLINK("#'Regional_Market_Performance'!A1",A11)

so instead i tried this in cell i2

=HYPERLINK(INDIRECT(A11&"!A4"),A11)

but when i click the link i get an error "Cannot open the spcified file"

Any help would be grand!

Thanks,
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
INDIRECT requires the value in the cell referenced to provide the reference of what INDIRECT returns. I think what you want to have is something like this:

=HYPERLINK("#'" & A11 & "'!A4", A11)

Hope that helps!
 
Upvote 0

Forum statistics

Threads
1,215,519
Messages
6,125,298
Members
449,218
Latest member
Excel Master

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