Creating a primary and secondary Drop Down

Corleone

Well-known Member
Joined
Feb 2, 2003
Messages
841
Office Version
  1. 365
Im not sure whether im using the correct terminology here or whether im approaching it in the correct way ....

Im trying to create 2 dropdowns which are linked to each other i am doing this in "Sheet 1"

Sheet2 contains contains the raw data and i want to use 2 columns from this tab for the lists to create by Primary and secondary dropdowns
Column A Contains the Employee Name
Column B Contains the list of projects they are working on

I have created a list of the Employees in a hidden tab in order to create the primary Drop down because if i use the column A in sheet 2,the names of each individual appears multiple times as there hundreds of rows and each individual is listed mulitple times and i only want it to appear once in the drop down

When i select a name from this dropdown, i would like it then to make the secondary Drop down in Cell B1 filter so that it only allows you to select the projects that that individual is working on based on the data in Column B on sheet 2

any ideas?

Thanks
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
I can get the first part to work but im getting an #N/A error message when i try the Filter formula

=FILTER(Projects,Planners=POAP!A2)
 
Upvote 0
Maybe

=FILTER(Projects,Planners=POAP!$A$2,"")
 
Upvote 0
Got it working now, i had some N/As in the source range so i pus an iserror in front of the vlookups that were generating the data at source and it all works now

Thanks all for your help
 
Upvote 0
Good deal, glad you got it figured out. Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,913
Members
449,093
Latest member
dbomb1414

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