+ Reply to Thread
Results 1 to 8 of 8

Adjusted drop down list

  1. #1
    Forum Contributor
    Join Date
    12-30-2012
    Location
    Israel
    MS-Off Ver
    2007, 2016
    Posts
    642

    Adjusted drop down list

    Hi,
    I have a list of 1,000 ID's (Range: "A1:A1000").
    I need a user to choose ONE id from a drop down list which based on the said range.
    Any chance this drop down list could "jump" the user to the 900's area if the user press just "9"?
    *Since the user is a little bit unfamiliar with Excel it be better if it could be done without VBA"
    Thanks
    Please * if you like the answer

  2. #2
    Valued Forum Contributor natefarm's Avatar
    Join Date
    04-22-2010
    Location
    Wichita, Kansas
    MS-Off Ver
    2016
    Posts
    1,020

    Re: Adjusted drop down list

    What are you using for a drop down list? From my playing around, it doesn't seem to work for data validation or for a form control combo box, but it does work for an Active-X combo box.
    Acts 4:12
    Salvation is found in no one else, for there is no other name under heaven given to mankind by which we must be saved.

  3. #3
    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,946

    Re: Adjusted drop down list

    *Since the user is a little bit unfamiliar with Excel it be better if it could be done without VBA"
    Thanks
    Regular data validation/DropDown wont let you do this, you will need something with VBA behind it.

    a 1000-item-long list is a lot to choose from. Can that be broken down into categories at all?
    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

  4. #4
    Forum Contributor
    Join Date
    12-30-2012
    Location
    Israel
    MS-Off Ver
    2007, 2016
    Posts
    642

    Re: Adjusted drop down list

    Thanks for both of you.

    @Ford, unfortunately VBA is not an option this time.

    And if DropDown list does not enabe auto completion, then data will be entered manually into the DropDown list and at least I'll use the built in validation of it.

    Please see the sample.
    Attached Files Attached Files
    Last edited by GIS2013; 10-09-2015 at 01:09 PM. Reason: Typo

  5. #5
    Valued Forum Contributor natefarm's Avatar
    Join Date
    04-22-2010
    Location
    Wichita, Kansas
    MS-Off Ver
    2016
    Posts
    1,020

    Re: Adjusted drop down list

    You haven't answered why you couldn't use an Active-X combo box. VBA has nothing to do with what you need. Am I missing something?

  6. #6
    Forum Contributor
    Join Date
    12-30-2012
    Location
    Israel
    MS-Off Ver
    2007, 2016
    Posts
    642

    Re: Adjusted drop down list

    @natefarm - sorry, thanks a lot it works!

    Please check the file i have there a question how to refer to the value in the combo, i need it to a vlookup function
    Attached Files Attached Files

  7. #7
    Valued Forum Contributor natefarm's Avatar
    Join Date
    04-22-2010
    Location
    Wichita, Kansas
    MS-Off Ver
    2016
    Posts
    1,020

    Re: Adjusted drop down list

    That's a form control combo box, not an Active-X. Active-X will allow you to begin typing, and it will jump to that number, which is what I thought you wanted.

  8. #8
    Forum Contributor
    Join Date
    12-30-2012
    Location
    Israel
    MS-Off Ver
    2007, 2016
    Posts
    642

    Re: Adjusted drop down list

    I should have said that the entered number (ID) into the combo is later used within a vlookup function.

    **Correction - the "jump" is not possible with the non Active X**

    I'm trying now the Active X option..

    @natefarm - how do I populate an Active X combo without using code?
    Last edited by GIS2013; 10-09-2015 at 02:53 PM. Reason: Mistake

+ 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. [SOLVED] Suppress drop-down list dependent on value chosen in another drop-down list
    By ptmald in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-17-2013, 07:17 PM
  2. [SOLVED] Range in one drop down list depended on the selection in another drop down list
    By masben in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-26-2013, 10:36 AM
  3. How to create a drop down list based on the choices of another drop down list?
    By Happy jain in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-27-2013, 01:54 AM
  4. Populate Drop-down list based on selection from previous drop-down list
    By Diventus in forum Excel - New Users/Basics
    Replies: 14
    Last Post: 01-11-2013, 10:55 AM
  5. Populate Drop-down list based on selection from previous drop-down list
    By poison_stone in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 12-11-2012, 06:10 PM
  6. Replies: 3
    Last Post: 04-16-2012, 10:14 PM
  7. Replies: 3
    Last Post: 05-19-2011, 03:08 AM
  8. Replies: 5
    Last Post: 10-27-2005, 01:55 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