+ Reply to Thread
Results 1 to 5 of 5

Drop-down list question

Hybrid View

  1. #1
    Registered User
    Join Date
    11-19-2010
    Location
    Winston-Salem, NC, USA
    MS-Off Ver
    Excel 2003
    Posts
    1

    Drop-down list question

    I'd like to create a drop-down list, preferably one where the person can also type instead of mousing down to a specific 4-digit code.

    Question 1 - How is this done?

    Questions 2 - In the cell beside this list, I'd like it to auto-populate a title -- Is this possible?

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Drop-down list question

    Hi,

    1. Use Data Validation and choose the List option. If the list is on another sheet you'll first need to name the range then use the name in the list option.

    2. Where are the titles. Are they in another table alongside the values you want to pick from the list? If so use a VLOOKUP formula in the adjacent cell and use the data validation cell as the first term in the VLOOKUP()

    HTH
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    08-30-2010
    Location
    Mpls, MN
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Drop-down list question

    Typeahead does not work with either ActiveX controls embedded into a worksheet or with the Data Validation Listbox control. It does work on Listbox controls on VBA forms.
    Cells will typeahead themselves if there is a list above them. Sometimes developers will hide the rows they need and freeze panes to make this work.

    As far as adding a label (that I assume corresponds to the number input) use the index and match formulas (or use VLookup) to look up the value next to the number the user input.

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Drop-down list question

    Type ahead is not the requirement, as far as I can see. With a data validation list, you can either use the drop down or simply type the value into the cell.

  5. #5
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Drop-down list question

    Also, check your facts before posting misleading info, Type ahead does work with ActiveX ComboBoxes on sheets
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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