+ Reply to Thread
Results 1 to 3 of 3

Compare two data lists

  1. #1
    Registered User
    Join Date
    10-07-2013
    Location
    Boca Raton Florida
    MS-Off Ver
    Excel 2003
    Posts
    2

    Question Compare two data lists

    I have two list of names - I want to compare the two lists and either create a column that marks the ones that are duplicates. Or in the alternative create a column and mark the ones that are not on the other list.

    Thx

  2. #2
    Forum Contributor
    Join Date
    10-01-2013
    Location
    Cameron, Mo
    MS-Off Ver
    Excel 2010
    Posts
    113

    Re: Compare two data lists

    If column A holds the 1st set of names and column B holds the second set and the formula to compare is in column C then this formula should work.

    =IFERROR(IF(VLOOKUP(B4,$A$1:$B$5,1,FALSE)=TRUE,"","duplicate"),"")

    I have also attached a sheet for testing. I hope this helps
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    10-07-2013
    Location
    Boca Raton Florida
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Compare two data lists

    thx - I will give this a try.

+ 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. Compare 3 lists of data against a master list
    By BrianHawn in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-22-2011, 12:44 AM
  2. Compare Lists & Copy Data
    By itsnick in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-14-2010, 02:53 PM
  3. Compare two lists of data
    By jbrok in forum Excel General
    Replies: 2
    Last Post: 06-01-2007, 02:30 AM
  4. Can someone help with VBA Macro? I want to compare 2 lists of data?
    By certain_death in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-21-2006, 09:21 AM
  5. Compare two lists of data to find new entries
    By Bugaglugs in forum Excel General
    Replies: 1
    Last Post: 11-21-2005, 03:00 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