+ Reply to Thread
Results 1 to 5 of 5

Searchable Drop down list

  1. #1
    Registered User
    Join Date
    12-05-2017
    Location
    Calicut
    MS-Off Ver
    2010
    Posts
    10

    Searchable Drop down list

    Could you please help me to create a searchable drop down list.

    Am trying to create a drop down list in Sheet1, using data from another sheet

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,304

    Re: Searchable Drop down list

    explain a little more - what do you want that the data validation list is not doing ?
    torachan.

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Searchable Drop down list

    If you have Excel 365, this can be done with dynamic arrays but your profile says you're on 2010. You can also use VBA.

    Here's my non-VBA workaround
    Simply set up a Pivot Table in Sheet1 with "Description in both the ROWS quadrant and in the filter. When you open the filter, there's the option to search. In the example spreadsheet, I searched on "gate". This pulls up all matching items. You can then uncheck any items that you do not wish to show. Let me know if you have any questions.
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Searchable Drop down list

    Please try at
    List B2

    =INDEX($A$1:$A$48,AGGREGATE(15,6,ROW($A$2:$A$48)/ISNUMBER(SEARCH(CELL("contents")&"",$A$2:$A$48)),ROWS(B$2:B2)))

    Data Validation List at Sheet1 A7

    =OFFSET(List!$B$2,,,COUNTIF(List!$B$2:$B$48,">'"))
    and uncheck Show error at Error Alert

    Key some word in A7 and click the drop-down icon
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    12-05-2017
    Location
    Calicut
    MS-Off Ver
    2010
    Posts
    10

    Re: Searchable Drop down list

    Thanks friends for solving it

+ 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] Searchable drop down list
    By wongsiuon in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-02-2019, 09:35 PM
  2. Drop down menu to reference different sheets in searchable drop down list
    By MJAHNKE in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-05-2019, 01:00 PM
  3. Searchable Drop Down List
    By mhkeim in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-06-2018, 06:48 PM
  4. [SOLVED] Searchable drop down list
    By roadwreck in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-19-2018, 04:52 AM
  5. Searchable drop down list
    By sradjend in forum Excel General
    Replies: 17
    Last Post: 02-12-2018, 07:38 AM
  6. Searchable Drop down list
    By axangec in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 01-20-2016, 08:43 AM
  7. Searchable Drop down list
    By Jesscyca in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-21-2014, 11:03 AM

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