• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Dependent Drop Down List

I want to create a dependent dropdown list:

First list should be made from column C, in the dropdown list it should only show unique values
Second dropdown should be dependent on 1st dropdown, so for e.g from the 1st drop down I selected, HPC, then in the second dropdown it should only show companies list from HPC sector.

Additionally, Instead of just selecting from the dropdown list, one should also have the flexibility to write the desired name, so for e.g. if anybody start Typing H in the sector dropdown, it should show all the list name containing "H"

Regards,
Manish
 

Attachments

Last edited:
65015

1] Create 3 helper columns for Data validation list in Column K to Column M

2] [I4] Data validation list formula >> =$K$2:$K$6

3] [I5] Data validation list formula >> =OFFSET($M$1,MATCH($I$4,$L$2:$L$16,0),0,COUNTIF($L$2:$L$16,$I$4))

Regards
Bosco
 

Attachments

View attachment 65015

1] Create 3 helper columns for Data validation list in Column K to Column M

2] [I4] Data validation list formula >> =$K$2:$K$6

3] [I5] Data validation list formula >> =OFFSET($M$1,MATCH($I$4,$L$2:$L$16,0),0,COUNTIF($L$2:$L$16,$I$4))

Regards
Bosco
Thank you Bosco for the help, I tried applying the same process and formula to my data, but its giving uneven data.

Attached is the spreadsheet.
 

Attachments

Back
Top