+ Reply to Thread
Results 1 to 19 of 19

How to create option or combo box within cell?

  1. #1
    Registered User
    Join Date
    05-04-2013
    Location
    Canada
    MS-Off Ver
    Excel 2016
    Posts
    67

    Question How to create option or combo box within cell?

    I have attached my sample excel here for your convenience, please open it before you read the following so that you know what I mean, thank you in advance.

    I have three sheets:Lead, Agent, Ref

    Lead is the one I am focus on:

    There are 10+ fields in Lead, some fields will link to Agent or Ref, for example, I want to give user the ability (when they fill in the form) to fill the Contact Type field with a combo box filled with the values from sheet Ref:
    Phone
    Cell
    QQ
    Email
    WeChat
    Address
    Position

    User will need to select from the list first, and then type in the Contact field the real content: if user selects Cell, then a cell number will be typed in field Contact.

    for field Adviser I want combo box filled with the values from sheet Agent, similar as Contact but no need to have an extra field - but should auto generates the combo box for user to select from.

    Is this possible? it seems to be a small database but my boss wants this be done in excel because she like simplicity.

    Thank you very much in advance.
    Attached Files Attached Files
    Last edited by mdivk; 05-06-2013 at 06:57 PM.

  2. #2
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    I don't see an attachment...

  3. #3
    Registered User
    Join Date
    05-04-2013
    Location
    Canada
    MS-Off Ver
    Excel 2016
    Posts
    67

    Re: How to create option or combo box within cell?

    Thank you.

  4. #4
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    Like this?
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-04-2013
    Location
    Canada
    MS-Off Ver
    Excel 2016
    Posts
    67

    Re: How to create option or combo box within cell?

    Sorry did I miss anything here? I didn't see any changes, did you upload the right file?

  6. #6
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    click on cell E2 and your drop down will appear...

  7. #7
    Registered User
    Join Date
    05-04-2013
    Location
    Canada
    MS-Off Ver
    Excel 2016
    Posts
    67

    Re: How to create option or combo box within cell?

    Actually it did not appear

  8. #8
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    Click on cell E2 on sheet Lead

    On the Ribbon, go to Data and choose Data Validation, choose List

    in the formula bar paste in

    Please Login or Register  to view this content.
    Press OK

    Click on cell I2 on sheet Lead

    follow the same instructions but paste in formula:

    Please Login or Register  to view this content.

  9. #9
    Registered User
    Join Date
    05-04-2013
    Location
    Canada
    MS-Off Ver
    Excel 2016
    Posts
    67

    Re: How to create option or combo box within cell?

    Thank you very much, this is exactly what I need.

  10. #10
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    No problem, please mark the thread as solved.

  11. #11
    Registered User
    Join Date
    05-04-2013
    Location
    Canada
    MS-Off Ver
    Excel 2016
    Posts
    67

    Re: How to create option or combo box within cell?

    However, new issue comes up: e.g. after I have already created records for Client 1 - 9, I want the ability to allow user to create a new record based on the selection of the previous Client 1-9, I have no problem for creating new records for these clients since I created a list using your method, so I can simply select client1-9 from dropdown list. However, if I tried to create record for a new client say Client 10, it prevents me from doing that. Please see B11 to get an intuitive understanding.

    Is there a work around for this?

    Thank you again for your kind help.
    Attached Files Attached Files

  12. #12
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    Replace the formulas in the data validation as outlined below:

    In E2:
    Please Login or Register  to view this content.
    In I2:

    Please Login or Register  to view this content.

  13. #13
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    See if you can open this file...
    Attached Files Attached Files

  14. #14
    Registered User
    Join Date
    05-04-2013
    Location
    Canada
    MS-Off Ver
    Excel 2016
    Posts
    67

    Re: How to create option or combo box within cell?

    I guess there is a misunderstanding here and I am sorry I didn't make it clearer. I have input some data in the spreadsheet, please see the attachment.

    I have client 1-9 inputted in the sheet Lead with some info there.

    I already created dropdownlist with previous populated Name Client1-Client9, if I want to add a new record for any of the client 1-9, I can choose from the dropdownlist; however, what about if I have 10th client to input? It doesn't allow me to manually type in Client10

    I hope this is clearer now.
    Attached Files Attached Files

  15. #15
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    I don't think there's a misunderstanding, you should see all 10 in the drop down, as well as 11 and 12 and so on if you follow the instructions below:

    Select the range where you want the drop down list to appear, for example E2:E20:

    With that range highlighted, go to the Ribbon and choose > Data >>>Data Validation>>>List>>>

    In the formula bar paste in:

    Please Login or Register  to view this content.
    Click OK

    Now choose range I2:I20, make sure it is highlighted...

    With that range highlighted, go to the Ribbon and choose > Data >>>Data Validation>>>List>>>

    In the formula bar paste in:

    Please Login or Register  to view this content.

    Let me know if this is what you need...
    Attached Files Attached Files

  16. #16
    Registered User
    Join Date
    05-04-2013
    Location
    Canada
    MS-Off Ver
    Excel 2016
    Posts
    67

    Re: How to create option or combo box within cell?

    Just a simple question for you: you have created B11 to take all client's names from B2-B10 (which are client1 to client 9), now come to a new client 10, how do you input "client 10" in B11? You need user to remove the formula in B11, that doesn't work for non-experience user, right?

    Am I missing anything?

    Thanks.

  17. #17
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    Hi,

    There was no mention of Column B at all in your post. I didn't have any solution for column B...what is it that you want to appear in column B, just an automatic increment of client numbers? or do you want to be able to choose from a list??? for example, will it always be sequential, or can you have client 3 multiple times in the list?

  18. #18
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: How to create option or combo box within cell?

    Try this, look in column B
    Attached Files Attached Files

  19. #19
    Registered User
    Join Date
    05-04-2013
    Location
    Canada
    MS-Off Ver
    Excel 2016
    Posts
    67

    Re: How to create option or combo box within cell?

    column B doesn't show anything, it's blank, see my screenshot.

    Thank you
    Attached Images Attached Images

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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