Drop down to change sheets in excel

missskmurray

New Member
Joined
Aug 31, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am working on a monthly budgeting sheet and I am having a nightmare with it. I have a large merged cell on all of the sheets from B1-F1 and B1-B13. I have got a drop down list with the months and separate sheets for each month. How can I make it so this drop down list changes to the corresponding months sheet?
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
you can probably do this in one cell with VBA. But here is using the drop down to update a hyperlink just below the drop down cell.
Copy it on each worksheet, but first list all your worksheet names in the list. I tried to use a named range and it would not work. I also just tried a regular range address (but maybe you can fiddle with it more.)

Mr excel questions 58.xlsm
ABC
1
2"misskmurray1"
3Go to "misskmurray1" > A1
4
misskmurray3
Cell Formulas
RangeFormula
B3B3=HYPERLINK("[Mr excel questions 58.xlsm]"& B2,"Go to "& B2 & " > A1")
Cells with Data Validation
CellAllowCriteria
B2List"misskmurray1","misskmurray2","misskmurray3"


1693541036396.png
 
Upvote 0

Forum statistics

Threads
1,215,327
Messages
6,124,287
Members
449,149
Latest member
mwdbActuary

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