+ Reply to Thread
Results 1 to 2 of 2

Advance filter multiple not query

  1. #1
    Forum Contributor
    Join Date
    09-02-2014
    Location
    England
    MS-Off Ver
    2013
    Posts
    116

    Advance filter multiple not query

    Hi
    On the attached I have a database on cities which each have upto 3 capacity configurations, using advance filter I can filter just those cities which contain capacities using the criteria in the filter. I want to go one step further on the third tab with the criteria show me the cities which contain capacities between 200 - 700 but also NOT in the list of locations provided - is this possible and how would i lay it out in advance filter

    Any help greatly appreciated

    Dave
    Attached Files Attached Files

  2. #2
    Spammer
    Join Date
    01-08-2015
    Location
    Cali, Colombia
    MS-Off Ver
    365
    Posts
    302

    Re: Advance filter multiple not query

    Hi, faodavid!

    You can use advanced filter with boolean formula:
    =AND(OR(AND($B2>=200,$B2<=700),AND($C2>=200,$C2<=700),AND($D2>=200,$D2<=700)),ISERROR(MATCH($A2,$F$2:$F$55,)))

    Check the file with advanced filter applied. Blessings!
    Attached Files Attached Files

+ 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. Advance web query question
    By Eyedea in forum Excel General
    Replies: 1
    Last Post: 10-31-2015, 02:44 AM
  2. [SOLVED] Vba to advance filter data on multiple conditions to many sheets with naming convention
    By 4gurus in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-27-2013, 01:01 PM
  3. Advance Web Query
    By hambone in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-26-2012, 05:25 PM
  4. Advance Filter with Multiple Criteria
    By Qppg in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-18-2012, 05:46 PM
  5. Advance filter unique values for multiple files macro
    By steeeeeve in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-20-2011, 04:27 AM
  6. [SOLVED] How do I advance filter to multiple locations at once?
    By imills in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-01-2006, 02:15 PM
  7. Advance filter search does not filter an exact match
    By cfiiland in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-10-2005, 08:05 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