Excelquestion35
Board Regular
- Joined
- Nov 29, 2021
- Messages
- 53
- Office Version
- 2016
- Platform
- Windows
Hi all,
Trying to create a dependent drop down list, but ran into some issue. I want to create a drop down list that is dependent on a previous drop down list. The first drop down list includes the management unit, which is already working fine. For that I created a small macro that retrieves the unique values and paste there somewhere hidden and uses that list for the drop down.
Now I am dealing with the second drop down. This should be the list of supervisor that belongs to a certain management unit. Thus Supervisor 1-13 should be visible when Customer 1 was selected in the previous drop down etc.
What is a good way to deal with this situation?
Important to mention: The list of supervisors should be dynamic, in case a new supervisor will work for customer 1, this person will be added as a new row.
I know that you would normally could use OFFSET & MATCH for this, however I only used that with lists per column. I tried to use this same work around but I seem to be getting errors. The best result I can get is that I get all management units when Customer 1 was selected. Yet, I want the list of corresponding supervisors.
Trying to create a dependent drop down list, but ran into some issue. I want to create a drop down list that is dependent on a previous drop down list. The first drop down list includes the management unit, which is already working fine. For that I created a small macro that retrieves the unique values and paste there somewhere hidden and uses that list for the drop down.
Now I am dealing with the second drop down. This should be the list of supervisor that belongs to a certain management unit. Thus Supervisor 1-13 should be visible when Customer 1 was selected in the previous drop down etc.
What is a good way to deal with this situation?
Important to mention: The list of supervisors should be dynamic, in case a new supervisor will work for customer 1, this person will be added as a new row.
I know that you would normally could use OFFSET & MATCH for this, however I only used that with lists per column. I tried to use this same work around but I seem to be getting errors. The best result I can get is that I get all management units when Customer 1 was selected. Yet, I want the list of corresponding supervisors.