Avatar of gh_user
gh_user
Flag for Australia asked on

Dynamic Drop-down Lists in Excel

Hi.

I want to workshop, with a group of colleagues, some strategies to meet various objectives.
Some strategies exist and just need to be selected, and some new ones will be identified in the workshop.

What I would like is the flexibility to either select the strategy from the drop-down list, or insert a new one (next to the objective, not directly into the drop-down list) and have the drop-down list update automatically to include the new strategy and enable it to be selected next time.

Can this be done and is so how?

I have attached a example file that hopefully someone can demonstrate how suggested solution works
Dropdown-List.xlsx
VBAMicrosoft OfficeMicrosoft Excel

Avatar of undefined
Last Comment
gh_user

8/22/2022 - Mon
Subodh Tiwari (Neeraj)

You can achieve this with the help of VBA.
In the attached, you will find a new tab called List which will contain the existing list of Strategies and assigned to a dynamic named range called Strategies.
On Sheet1, you will find the drop down list in column B.
So you may select a strategy from the drop down list or you may input a new strategy in the cell instead of selecting any preexisting strategy and the added strategy would be automatically inserted in the List tab and the drop down list would be automatically updated so that next time the newly added strategy would be available for the user to select from the drop down.
Please refer to the attached.
Dropdown-List.xlsm
gh_user

ASKER
Hi Neeraj

A big thanks for the quick correct answer.  You nailed it.
I dont know how to use VBA...obviously its time I learn.
I tried to do a crash course then but it might take me a bit of time to learn.
Would you be able to do a favour for me?
Could you further develop the spreadsheet so it can do the same for 6 columns (ie a separate dynamic drop down list for each column).  I have attached the file to show 6 columns.  I dont know headings yet so have named 'Heading 1 to 6'.  I will work out headings before the workshop.  Then in the workshop will endeavour to complete each cell under each heading.  Can you make it such that I can add extra rows.
Would be grateful for this help as workshop is tomorrow.
If you like, I can create a new question for this.
Dropdown-List_rev-1.xlsm
ASKER CERTIFIED SOLUTION
Subodh Tiwari (Neeraj)

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
gh_user

ASKER
Hi Neeraj

Thanks so much for further developing the spreadsheet, and doing so promptly.  Now getting it ready for use today!
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
gh_user

ASKER
Very practical and timely help
Subodh Tiwari (Neeraj)

You're welcome. Glad to help.
gh_user

ASKER
Hi Neeraj.  Can I ask one more question.
Are there any suggestions to not break what you have done?
For instance, with Sheet 1, I added many rows within the shaded part. I assume that is OK.  But after adding much content in each cell, not all of it appears in the drop down lists. Dont know why.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Subodh Tiwari (Neeraj)

If you add content in any cell, it will appear on the List sheet and in the drop down only if the cell has a drop down list.
So before adding content down the rows, copy a cell in that column and paste special Validation and once a blank cell contains a drop down list, any content added in that cell would be appear in the drop down next time if it doesn't already exist.
gh_user

ASKER
Thanks
I have a lot of rows to add.  Is there a way to do this quickly rather than one cell at a time.
I tried copying and pasting a whole row but no success
Subodh Tiwari (Neeraj)

To do it fast, select the last row with drop down list in six columns and drag the selection down.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
gh_user

ASKER
Thanks Neeraj.  Much appreciated.