+ Reply to Thread
Results 1 to 3 of 3

Dynamic Array Searchable Dropdown

  1. #1
    Forum Contributor
    Join Date
    11-08-2017
    Location
    Murfreesboro, TN
    MS-Off Ver
    MS 365
    Posts
    168

    Dynamic Array Searchable Dropdown

    Hi.

    I recently upgraded to Office 365 and am trying to take advantage of the new FILTER function to have a searchable drop-down list.

    I am attaching a sample of how I am trying to use it. I was able to get it to work on the first row of the Measurement & Ingredient fields on the Recipe Entry sheet.

    Is there a way to get this to work on all of the rows without having a separate spill list for each field?

    My actual spreadsheet has room for 100 recipes. I would rather not have to create 2500 spill lists to make this work. Any suggestions?

    TIA!
    Attached Files Attached Files

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

    Re: Dynamic Array Searchable Dropdown

    Just 2 lists

    Spill Lists
    B4
    =FILTER(Measurements,ISNUMBER(SEARCH(CELL("contents")&"",Measurements)),"Item Not Found")

    C4
    =SORT(FILTER('Main Ingredients List'!$C5:$C331,ISNUMBER(SEARCH(CELL("contents")&"",'Main Ingredients List'!$C5:$C331)),"Item Not Found"))
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    11-08-2017
    Location
    Murfreesboro, TN
    MS-Off Ver
    MS 365
    Posts
    168

    Re: Dynamic Array Searchable Dropdown

    Quote Originally Posted by Bo_Ry View Post
    Just 2 lists

    Spill Lists
    B4
    =FILTER(Measurements,ISNUMBER(SEARCH(CELL("contents")&"",Measurements)),"Item Not Found")

    C4
    =SORT(FILTER('Main Ingredients List'!$C5:$C331,ISNUMBER(SEARCH(CELL("contents")&"",'Main Ingredients List'!$C5:$C331)),"Item Not Found"))
    Thank you so much! I knew there was an easy way to do 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 dropdown list
    By saravnepali in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-23-2020, 04:40 PM
  2. Replies: 1
    Last Post: 03-24-2020, 08:42 AM
  3. [SOLVED] Inserting a row on a dynamic searchable dropdown list - rows moving up, top vanishing!
    By Graymattor in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 04-17-2019, 07:30 AM
  4. Multiple Searchable Dropdown List
    By Jackme in forum Excel General
    Replies: 1
    Last Post: 03-30-2019, 07:03 AM
  5. Searchable dropdown with variable source range
    By PaulM100 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-19-2018, 06:55 AM
  6. Searchable dropdown
    By InvalidTxtString in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-17-2016, 05:39 PM
  7. [SOLVED] searchable dropdown lists
    By pblenis in forum Excel General
    Replies: 2
    Last Post: 07-11-2006, 02:00 PM

Tags for this Thread

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