• 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

  • Conditional Dropdown.xlsx
    10.1 KB · Views: 6
Last edited:
Hi Manish,

Please find if the attached file is what you are looking for.
 

Attachments

  • Conditional Dropdown.xlsx
    10 KB · Views: 3
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

  • Conditional Dropdown (BY).xlsx
    11.5 KB · Views: 5
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

  • Conditional Dropdown (BY).xlsx
    18.5 KB · Views: 3
The 3 helper column in Column K to Column M are copied from the input table and Column L & M are sorted.

Please see the revised file

Regards
 

Attachments

  • Conditional Dropdown (BY-R1).xlsx
    18.5 KB · Views: 11
Back
Top