+ Reply to Thread
Results 1 to 9 of 9

Filtered list from 2 other lists

  1. #1
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Filtered list from 2 other lists

    I am looking for a filter/sort formula that compares 2 lists and filters only values in List 2 that do NOT occur in List 1. I am hoping for an array formula for the final Filtered list so it can be used in a dynamic drop down list. thanks
    Attached Files Attached Files

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Filtered list from 2 other lists

    Hi,

    =FILTER(List_2[List 2],1-ISNUMBER(MATCH(List_2[List 2],List_1[List 1],0)))

    though note that dynamic array spill formulas are not permitted within tables.

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Re: Filtered list from 2 other lists

    Is there another way to make the output into a table format so I can create a named range?

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,110

    Re: Filtered list from 2 other lists

    No need to create a named range, if you put the formula in (for instance) G2 you can use =$G$2# in the source field of the data validation

  5. #5
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Re: Filtered list from 2 other lists

    would you mind creating it on my attached sheet so I can duplicate it?

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,110

    Re: Filtered list from 2 other lists

    Here you go
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Re: Filtered list from 2 other lists

    Quiet brilliant Fluff. I just learned something new today....thank you!

  8. #8
    Forum Contributor
    Join Date
    01-25-2021
    Location
    Atlanta, Georgia
    MS-Off Ver
    365
    Posts
    144

    Re: Filtered list from 2 other lists

    .....and thank you XOR

  9. #9
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,110

    Re: Filtered list from 2 other lists

    Glad to help & thanks for the feedback

+ 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] Count Values in Filtered List / Return Final Row in a Filtered List
    By HarryGreenwood in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-22-2018, 06:52 AM
  2. TRIMEAN on Filtered lists
    By rupertlewis in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-31-2017, 02:59 AM
  3. Formula that changes with filtered lists
    By LukeM82 in forum Excel General
    Replies: 1
    Last Post: 11-03-2016, 10:45 AM
  4. [SOLVED] Excel VBA - Issue in Naming Filtered Range on a Filtered List.
    By Vinod Krishna.C in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-06-2014, 01:17 PM
  5. calculations on filtered lists
    By gavster in forum Excel General
    Replies: 1
    Last Post: 08-20-2008, 11:44 AM
  6. how do you print filtered lists?
    By shnurgle in forum Excel General
    Replies: 2
    Last Post: 07-01-2007, 09:24 AM
  7. Comparing Filtered Lists
    By Deacon in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-22-2007, 11:14 AM

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