Forum Discussion
INDEX and MATCH with multiple drop-downs
Hi PMGlobal
You're talking about dependent dropdowns:
https://www.excel-easy.com/examples/dependent-drop-down-lists.html#:~:text=%5BSolution%5D%20Excel%20Dependent%20Drop%20down%20List%201%20On,the%20Source%20box%20and%20type%20%3DFood.%20See%20More.
Not really. The lists dont need to be dependent. List 1 = Name, List 2 = Month. So List 2 will remain the same whichever name is chosen.
Rather, I want to use the INDEX and MATCH functions together with 2 separate drop-down lists to pull the same data from a range of worksheets.
I can use INDEX/MATCH with 1 drop-down no worries. So when I select a name from the list it displays the data from Month1 worksheet. Getting it to work with 2 lists is my issue.
I have the main worksheet (with the 2 lists, and summary data), then several other worksheets named by month (these all have the same table layout, but different data sets)
So when I select a name AND a month from the 2 lists, I want it to show the data for that month (for the named person).
I have attached a copy of the file below if it helps.
- SergeiBaklanMay 21, 2021Diamond Contributor
- PMGlobalMay 21, 2021Copper ContributorThanks Sergei - I have got it to work....sort of? Selecting different name and date combinations seems to be a little buggy. Works for some, doesn't work for others.
I will have a play around over the weekend and come back to you.
Thanks again - most appreciated