+ Reply to Thread
Results 1 to 12 of 12

Multi cell for drop down list more than one column

  1. #1
    Registered User
    Join Date
    11-26-2012
    Location
    Cannock England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Multi cell for drop down list more than one column

    Hi All

    Hope someone can help, I am creating an excel questionnaire with drop down answers, these are graded 1-10 with the next cell being the discriptive text, needs to be as sheet 2. I am trying to create a drop down list for Cells A1 and B1 together from a list (table) on sheet 2 but can only get it to show 1 column at a time. Attached a spreadsheet showing what i am trying to do, sheet1 cell B1 press dropdown arrow and it dispays both column from list on sheet 2, on selecting it populates cells A1 and B1 on sheet 1. I am keeping the grade seperate to the comments as the comments will change and there will be 20 questions with varied responses for each grade, eg next question may be how often do you....... and the drop down list would be 1 never - 10 always etc. Also I need to both the number and comments in the droplist view when selecting. I know excel can do this but got completely lost on combolist, surely if 2 cells are selected excel can pick from a droplist with 2 cells in the list.

    Regards

    Graham
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Multi cell for drop down list more than one column

    If I understand you correctly, you dont need the 2nd drop-down list. use his formula instead...

    =VLOOKUP(A1,combinedlist1,2,FALSE)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Multi cell for drop down list more than one column

    Not entirely sure what you are asking, but if you want the dropdown list to show something like "1 - Very Bad", "2 - Quite Bad", etc... then you can do this:

    On Sheet 2, in cell C1, add this formula, then fill down to the bottom of your list: =A1&" - "&B1
    Then, highlight that new range, and define a new name for it in the Name Manager, such as: ComboList

    Then go back to sheet 1, highlight the range you currently have Data Validation in and go to the DV manager. The current source is =commentlist1.
    Change that to the newly created named range =ComboList.

    If that is not what you want, let us know.

    - Moo

  4. #4
    Forum Contributor Legend Rubber's Avatar
    Join Date
    09-21-2012
    Location
    Tillsonburg, Ontario
    MS-Off Ver
    Excel 2010
    Posts
    392

    Re: Multi cell for drop down list more than one column

    Is this what you want?
    2 cells drop down list.xlsTEST.xlsm

  5. #5
    Registered User
    Join Date
    11-26-2012
    Location
    Cannock England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Multi cell for drop down list more than one column

    Hi Legend , thanks for the response the VLook up is close, however when i click for the dropdown list in column A it only shows the grade eg 1-10 and not both the grade and relevant comments together, sounds petty but the comments on my example are very simple and the questionnaire would have much more discriptive comments, so the view of the comments would be the decision maker along with the grade.

  6. #6
    Forum Contributor Legend Rubber's Avatar
    Join Date
    09-21-2012
    Location
    Tillsonburg, Ontario
    MS-Off Ver
    Excel 2010
    Posts
    392

    Re: Multi cell for drop down list more than one column

    so does it need to only show the grade once selected or can it show the whole thing?
    Eg, can it show "1 = Very Good", or only "1"...?

  7. #7
    Registered User
    Join Date
    11-26-2012
    Location
    Cannock England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Multi cell for drop down list more than one column

    it needs to show the whole thing but populate cells in column A with the grade and column B with comments, need to keep the number grade seperate as this will not only be totalled as a percentage but each question will also be weighted eg overall feeling of the service (question 1) good bad etc may count for 50% of the total customer satifaction where as how often do you ... may only count as 10% of the weighting

    Overall feeling maximum points 10 x 5 (50%) = 50
    How often maximum points 10 x1 (10%) = 10

    Points would be out of 100 to then grade customer satisfaction

  8. #8
    Forum Contributor Legend Rubber's Avatar
    Join Date
    09-21-2012
    Location
    Tillsonburg, Ontario
    MS-Off Ver
    Excel 2010
    Posts
    392

    Re: Multi cell for drop down list more than one column

    i dont know that this is possible...
    do you care if the is three columns?
    Column 1 = DataValidationList
    Column 2 = Score
    Column 3 = Comment?
    If not...2 cells drop down list.xlsTEST2.xlsm

  9. #9
    Registered User
    Join Date
    11-26-2012
    Location
    Cannock England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Multi cell for drop down list more than one column

    Thanks Legend, Moo & FDibbins, I think I will have to have a joint cell showing grade and comments as per Moo suggestion that then populates via Vlookup the grade column so should look like this

    grade comment
    1 1 - Very Bad

    that way i can still use the number in the Grade column but have view of both grade and comment in droplist

  10. #10
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Multi cell for drop down list more than one column

    happy to help, and thanks for the rep

  11. #11
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Multi cell for drop down list more than one column

    Glad I could help. Thanks for the rep.

  12. #12
    Forum Contributor Legend Rubber's Avatar
    Join Date
    09-21-2012
    Location
    Tillsonburg, Ontario
    MS-Off Ver
    Excel 2010
    Posts
    392

    Re: Multi cell for drop down list more than one column

    Thanks be from me too

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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