+ Reply to Thread
Results 1 to 6 of 6

Excel 2007 : Validation list lookup

  1. #1
    Registered User
    Join Date
    06-04-2009
    Location
    Toronto Ontario
    MS-Off Ver
    Excel 2007
    Posts
    2

    Smile Validation list lookup

    Hello:
    This is my first post so I wil try to be clear
    I am creating a drop down validation list for a list of 2000 products.
    When the user selects the drop down arrow the list appears in alphabetical order.
    However when you type in a letter nothing happens.
    The user must scroll down the entire list to find the product-very time consuming.
    I want the user to be able to type in the first few letters of the product and have the drop down list take him there. For example to select coffee products if the user starts typing "cof" the drop down list will go to this entry.


    Thank you

  2. #2
    Forum Contributor
    Join Date
    03-12-2009
    Location
    Calgary, Canada
    MS-Off Ver
    Excel 365
    Posts
    236

    Re: Validation list lookup

    I found that if you just use the activex control it automatically does this. Just assign the list of values to the rowsource property.
    If you can't figure out how a formula works, try stepping through it using "Evaluate Formula" in the Formula Auditing menu item in the tools menu!

    If you want to see where your code went wrong, try stepping through it by clicking in the code and pressing F8 and watch as the magic happens!


    If you are happy with any of the results, please add to the contributor's reputation by clicking the star icon.

  3. #3
    Forum Contributor
    Join Date
    03-12-2009
    Location
    Calgary, Canada
    MS-Off Ver
    Excel 365
    Posts
    236

    Re: Validation list lookup

    Sorry in design mode you click on properties then click on the combobox then in listfillrange type the range where the values are such as A1:A12

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Validation list lookup

    With such a large list of items, you should consider breaking them into subcategories and use Dependent Lists.
    Help on the topic is available here: Excel Data Validation -- Create Dependent Lists

    Also, I highly recommend Jerry Beaucaire's Auto-Complete Data Validation. Jerry is one of Excel MVP's on this forum.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  5. #5
    Registered User
    Join Date
    06-04-2009
    Location
    Toronto Ontario
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Validation list lookup

    I went to Jerry Beaucaire's Auto-Complete Data Validation and my problem is solved.
    Auto complete would be nice but I guess this is only available via Access 2007

    Thank you

  6. #6
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Validation list lookup

    Auto complete would be nice but I guess this is only available via Access 2007
    You don't have to use Access to have this functionality. In Excel, only the active-x combo box has the auto-match functionality. IMO, unless you really need VBA, the first choice should always be built-in features/functions and clever formulas like that give by JBeaucaire.

+ 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