+ Reply to Thread
Results 1 to 2 of 2

drop down list using data validation

  1. #1
    Registered User
    Join Date
    02-19-2014
    Location
    dublin
    MS-Off Ver
    Excel 2003
    Posts
    1

    drop down list using data validation

    Hi,

    I have read lots of threads/posts but I am not getting anywhere.
    I have a list on one worksheet and I use a dropdown list from Data Validation to select the name required.
    my list is so long that I would like to be able to type a letter or two to access to the name quicker instead of scrolling down.
    I copied a formula that worked for someone else that put this formula in the data validation (IF(I36<>"",OFFSET(Player,MATCH(I36&"*",Player,0)-1,,SUMPRODUCT((MID(Player,1,LEN(I36))=TEXT(I36,"0"))*1)),Player))
    I do not wish to use VBA is possible.

    thank you in advance

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,789

    Re: drop down list using data validation

    Instead of data validation you can use an ActiveX combobox. That will give you the first matching choice as you type. However, I'm not sure how to tie your formula to the combobox contents without knowing more about what is in I36 and what is Player. You may be able to create a named formula using your formula, and then use that name in the ListFillRange property of the combobox.

    Do you just have one dropdown, or many?
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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. Drop Down List (Data Validation) Need to start at current value in list
    By bigmantitus in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-07-2014, 11:14 AM
  2. Data validation List: A macro to initiate drop down list?
    By dchubbock in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-11-2013, 08:12 PM
  3. Replies: 1
    Last Post: 09-05-2012, 11:39 AM
  4. Replies: 1
    Last Post: 07-08-2005, 11:05 AM
  5. [SOLVED] Symbols in Data Validation List:drop down list
    By marie in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-26-2005, 12:05 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