Using dropdown list as navigation within the workbook

Sharingan

New Member
Joined
Apr 15, 2014
Messages
26
Hi,

In my dashboard I want to set up a dropdown list acting as navigation within the workbook.
I tried youtube and saw the same example over and over again.

Info
Workbook name: Dashboard - IT

I've made a validated name list using the CTRL + SHIFT + F3 shortcut in a seperate sheet called "Dropdown names"
Hence the dropdown cell (G9) refers to that list. So far so good.
From my understanding I then need to make a formula in a cell which uses the =HYPERLINK function to act as the "dynamic" hyperlink based on the dropdown selection.

My formula is this:
=HYPERLINK("[Dashboard - IT.xlsm]Dropdown_names!"&G9;"RUN")

The result is "Reference is not valid"
If I remove the .xlsm from the reference I get a MS Office warning probably due to it's a macro workbook. I then clik ok and it says "An unexpected error has occured".

I've also made sure that cell A1 in the desired sheet have been named the identical name as one of the validated inputs.

From the comments on youtube several people are complaining about the same issue.


Is there something I'm missing? Is there a more easy workaround than my setup?
Ideally I would want the hyperlink function to respond once I choose a selection from the dropdown list to keep it all in one step. But that probably needs a VBA code to handle.


Regards
Sharingan
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Never mind!

I figuered it out. I changed the "Dropdown names" to "Dropdown" and altered the formula to this:

=HYPERLINK("#"&"Dropdown!"&G9;"RUN")


Regards
Sharingan
 
Upvote 0

Forum statistics

Threads
1,214,947
Messages
6,122,413
Members
449,082
Latest member
tish101

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