+ Reply to Thread
Results 1 to 6 of 6

Putting multiple filter criteria in one cell

  1. #1
    Registered User
    Join Date
    03-05-2021
    Location
    Dublin, Ireland
    MS-Off Ver
    10
    Posts
    3

    Putting multiple filter criteria in one cell

    Hi everyone hope you're all doing well !
    I've been assigned a tourism product audit for my internship and I wanted to make it as best as I could. For that I made a spreadsheet listing town name and type of activity. I've been trying to find a way to filter cells that have multiple criteria. for example Moyvalley hotel and gold resort falls under the criteria of golf course and restaurant, as well as hotel and therefore i'd like to be able to filter these different words in the same cell so that when i choose just the golf course filter, Moyvalley hotel & golf course will show up. I have attached an image with a few examples of what i've done that might make more sense.

    Anyone who can offer any help I would very much appreciate it ! Thank you so much for reading all this !
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Putting multiple filter criteria in one cell

    If you're just wanting to filter that list, on that sheet... filter on column B/text filters/contains/... and type in golf, or heritage, or whatever.

    if you want a dropdown list on another sheet, then a formula is needed. So, what do you want?
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    03-05-2021
    Location
    Dublin, Ireland
    MS-Off Ver
    10
    Posts
    3

    Re: Putting multiple filter criteria in one cell

    Hi Glenn thank you for your reply. The spreadsheet will be used by my boss and our client so I would like to have a dropdown list to choose from to do this, if not I will have to explain to each person using the sheet to filter on column B/text filters/contains.. I can do this if its the only way but if there is another way without having to do filter/text filter/contains I'd be very interested !
    Thanks again !

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Putting multiple filter criteria in one cell

    Hi. I set up a list of key words on sheet 3 (add to it as needed). I used this formula, to set up a dynamic named range (called "Key"... CTRL-F3 to view/edit):

    =$A$2:INDEX($A:$A,AGGREGATE(14,6,MATCH({1E+100,"Zzzz"},$A:$A),1))

    and set Key as the list for the dropdown box in sheet 2 B1. If you add more keywords to the list, they will immediately get added to the drop down list.

    Then in sheet 2 A4, copied across and dnown:

    =IFERROR(INDEX(Sheet1!A:A,AGGREGATE(15,6,ROW(Sheet1!$A$2:$A$15)/(ISNUMBER(SEARCH($B$1,Sheet1!$B$2:$B$15))),ROWS(A$4:A4)))&"","")

    Choose your keyword in B1 and it all autopopulates.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-05-2021
    Location
    Dublin, Ireland
    MS-Off Ver
    10
    Posts
    3

    Re: Putting multiple filter criteria in one cell

    Wow that's really cool of you thanks so much dude !!!!

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Putting multiple filter criteria in one cell

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

+ 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] Filter multiple sheets based on 3 criteria and return results into single cell
    By matt2877 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 01-02-2021, 12:07 AM
  2. [SOLVED] Automatic filter by putting a criteria
    By geniusufo007 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-15-2018, 08:03 PM
  3. [SOLVED] Putting OR inside a INDEX SMALL formula for multiple criteria, can it be done?
    By whetu in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-22-2014, 06:56 AM
  4. Replies: 1
    Last Post: 10-28-2012, 01:21 AM
  5. Multiple query criteria to filter cell value?
    By Loki89 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-18-2012, 04:36 AM
  6. Replies: 2
    Last Post: 06-15-2012, 05:34 PM
  7. Multiple Filter Criteria in a Single Cell
    By Enkell in forum Excel General
    Replies: 1
    Last Post: 06-25-2009, 12:57 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