Create Multiple Select Dropdown for entire column

Eric Selvey 6 Reputation points
2022-02-23T19:06:36.277+00:00

I have to create a dropdown list with items that can be updated at any point. I want to be able to go from row to row in the same column and select different drop options if needed. I have made the drop down list and implemented it, but for the whole column I do not know how to get the selections to continue onto the whole workbook if I needed to go from 1-500.

Microsoft 365 and Office Development Other
Microsoft 365 and Office Excel For business Windows
Developer technologies Visual Basic for Applications
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. OssieMac 416 Reputation points
    2022-02-24T02:34:00.223+00:00

    Am I correct in my interpretation that you want the same DropDown on every row. If so, then select and Copy the one DropDown cell that you have created and then select the remaining cells where you require the dropdown and right click and select Paste Special, then select Validation option and then OK.

    If I have mis-interpreted your question then please provide more info like examples of what you require.

    0 comments No comments

  2. Emily Hua-MSFT 27,796 Reputation points
    2022-02-24T05:47:34.74+00:00

    Hi @Eric Selvey ,

    Could you please explain more about the "Multiple Select Dropdown"?
    Besides, to help us understand your needs better, it's best to share us a simple sample and the results that you need.

    Please check whether the following is helpful to you.

    • Create a Name.
      We can use Offset formula to get dynamic data source. On my sample, the formula for the name "Fruit" is =OFFSET(Sheet1!$A$1,1,,COUNTA(Sheet1!$A:$A)-1).
      177421-capture30.jpg
    • Insert a drop down list.
      177422-capture31.jpg
    • Then if you add the data in that column, the data in list will be updated automatically.
      177290-2.gif

    Any misunderstandings, you can feel free to let us know.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



  3. Nadia Sanz 0 Reputation points
    2023-02-17T07:00:52.7833333+00:00

    My question on "Multiple Select Dropdown" is different. See the picture below.

    Single vs Multiple Select Dropdown

    How could I do this with Excel? Even if it is not possible to do it with a dropdown, how could I make possible to accept several options within one cell? There must be a way to do this.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.