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

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
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,022
Messages
6,122,721
Members
449,093
Latest member
Mnur

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