+ Reply to Thread
Results 1 to 7 of 7

Help inserting Multiple Items From Drop Down List.

  1. #1
    Registered User
    Join Date
    06-17-2014
    Location
    Toronto, ON
    MS-Off Ver
    2010
    Posts
    3

    Help inserting Multiple Items From Drop Down List.

    Hi all,

    I'm in need of some help. I need to populate an excel sheet with a drop list where i am able to select more than one option from a drop down list. I am not an advanced excel user but have tried to use code made by others to make selecting more than one option from a drop down menu possible, but i can't seem to make it work.

    I've attached the excel sheet if anyone is willing to give it a shot. The data i need for the drop down menu is to be placed in Column G (the same list in each row), and can be found in sheet 2.
    Attached Files Attached Files
    Last edited by Alissa1915; 06-19-2014 at 08:42 AM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Help inserting Multiple Items From Drop Down List.

    Okay, so you have two lists on sheet2 and are set up with data validation to only view/pick from the first one. Do you want to be able to pick one item from each list and populate that into, for example, cell G3? So G3 will have 2 entries?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    06-17-2014
    Location
    Toronto, ON
    MS-Off Ver
    2010
    Posts
    3

    Exclamation Re: Help inserting Multiple Items From Drop Down List.

    Hi chemistb,

    Thank you for your response. Yes, all the items on sheet 2 are to be included in the same drop down list which I would like to be placed in sheet 1 cell g3. I need it so that I can choose one option from the first half of the list and another option from the second half of the list and have this information displayed In a single cell.

    Does this clarify?

    Thanks again for your help with this.

  4. #4
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Help inserting Multiple Items From Drop Down List.

    Just have one big long list with all the possible variations.

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Help inserting Multiple Items From Drop Down List.

    The things you're talking about would almost certainly require you installing VBA programming into your workbook, I know of no other way to allow multiple selections from DV lists to appear in the same cell. That is not a small decision, switching to VBA means all users of your workbook will have to allow macros to run.

    From a design perspective, I usually steer my clients away from this sort of creative thinking. Excel has an unlimited number of cells available to do anything you want, and if you need an option selected from one list and a second option from a second list and you need those choices "together", then I would put those lists into two cells and make both of those cells a required part of using the form. Not two choices in one cell, two choices in two adjacent cells. This eliminates all the need for VBA and a myriad of other headaches that come from trying to use concatenated data.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Help inserting Multiple Items From Drop Down List.

    Attached is a possible example of how it could look with 2 data validation set up one above the other so it looks like they are in 1 cell. You could either merge or not the other cells in the table (I recommend not merging as you can do more with unmerged cells than merged cells)
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    06-17-2014
    Location
    Toronto, ON
    MS-Off Ver
    2010
    Posts
    3

    Re: Help inserting Multiple Items From Drop Down List.

    ChemistB,

    That's exactly how I need it to look. Cannot express how thankful I am for your help with this!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 04-22-2014, 11:03 PM
  2. Select Multiple Items From Drop Down List
    By Niclal in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-21-2014, 01:43 PM
  3. Creating a drop-down list & selecting multiple items
    By Jamie6521 in forum Excel General
    Replies: 1
    Last Post: 02-08-2009, 02:53 AM
  4. Selecting multiple items in a drop down list
    By ACM-GFT in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-09-2008, 01:59 PM
  5. Choosing multiple items in a drop down list
    By Shad in forum Excel General
    Replies: 8
    Last Post: 08-16-2006, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1