+ Reply to Thread
Results 1 to 5 of 5

Formula to compare two lists and extact Items in Col B that is not in Col A

  1. #1
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,749

    Formula to compare two lists and extact Items in Col B that is not in Col A

    I have items in Col A & in Col b

    I want to compare Col A from row2 onwards to Col b from row 2 onwards and extract in Col C those items in Col B that is not in Col A


    I have attached sample Data
    Attached Files Attached Files

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Formula to compare two lists and extact Items in Col B that is not in Col A

    "C2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Change range as per data record.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

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

    Re: Formula to compare two lists and extact Items in Col B that is not in Col A

    How about
    =IFERROR(INDEX($B$2:$B$9,AGGREGATE(15,6,(ROW($B$2:$B$9)-ROW($B$2)+1)/(ISNA(MATCH($B$2:$B$9,$A$2:$A$3,0))),ROWS(C$2:C2))),"")

  4. #4
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,749

    Re: Formula to compare two lists and extact Items in Col B that is not in Col A

    Fluff & Atul


    Thanks for the help, much appreciated

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

    Re: Formula to compare two lists and extact Items in Col B that is not in Col A

    You're welcome & 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] Compare 2 lists and leave unmatched items
    By eazy899 in forum Excel General
    Replies: 8
    Last Post: 12-10-2017, 05:34 PM
  2. compare two lists - delete from second items that are not on first
    By ajaykgarg in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-18-2017, 09:52 PM
  3. Compare 2 lists and output unmatched items using array
    By Xceller in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-27-2013, 07:19 AM
  4. Replies: 1
    Last Post: 07-21-2009, 12:17 PM
  5. Compare Lists, Show unduplicated items
    By lil_ern63 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-29-2006, 05:54 PM
  6. How do I compare two lists and choose the items that are in both?
    By laurabailey8 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-03-2006, 07:35 PM
  7. [SOLVED] Formula to compare two lists and separate non-recurring items?
    By Tennessee in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-10-2005, 02:35 PM

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