+ Reply to Thread
Results 1 to 2 of 2

basic autofilter query ,

  1. #1
    Forum Contributor
    Join Date
    12-16-2006
    Posts
    349

    Unhappy basic autofilter query ,

    Please Login or Register  to view this content.
    Can i do 2 advanced filters

    Ie ADVANCED FILTER filters the data then I want to filter it futher agaoin.

    I have the above code but Range("I1:I300").AdvancedFilter Action:=xlFilterCopy, CopyToRange:=Range( _
    "U1000:U1007"), Unique:=True always resets the first filter and then displays the results

    for example coloum I shows : john , peter , ian, dev , mark
    after filter one it shows john , peter only
    I need these unique names , but when filter 2 takes place it displays john , peter , ian, dev , mark
    instead of john , peter only

    I hope this makes sense, I pray there is an easy fix

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Response

    If I understand this correctly, you can get what you need by setting your second filter to work on the output columns of the first by using these as your source data range
    Martin

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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