+ Reply to Thread
Results 1 to 2 of 2

Compare two columns and find missing values

  1. #1
    Registered User
    Join Date
    07-17-2013
    Location
    Waltham, MA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Compare two columns and find missing values

    Hi, I just joined this forum and want to say thank you in advance for helping me figure this out!

    I have two list of names, mostly duplicates. List in column B has about 30 more names than the list in Column A and I need to identify which names are in column B that are not in column A. Names are in exact same format since they were pulled from the same data base. Thanks!

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Compare two columns and find missing values

    Hi and welcome to the forum

    Maybe something like this?

    =IFERROR(VLOOKUP(A2,B:B,1,0),"Not Found")

    copied down
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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 two columns on separate sheet, if missing, insert missing data
    By lilvictorians in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 04-03-2019, 11:44 PM
  2. [SOLVED] How to compare two columns and find out the missing elements in one with respect to other
    By syedfahadjalali in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-08-2013, 10:46 PM
  3. [SOLVED] Compare 2 columns find missing data
    By dalerdd in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-05-2013, 10:49 AM
  4. Compare two columns and find missing values
    By ciki022 in forum Excel General
    Replies: 2
    Last Post: 09-11-2011, 03:32 PM
  5. Replies: 1
    Last Post: 04-02-2005, 01:06 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