+ Reply to Thread
Results 1 to 3 of 3

Removing Duplicates

  1. #1
    Registered User
    Join Date
    01-31-2013
    Location
    MI, US
    MS-Off Ver
    Excel 2010
    Posts
    1

    Question Removing Duplicates

    I have a column of data, and another column that may contain some information from the original column. I'd like to know if there is a way to search for a match in the second column, and either display a match or remove it from Column A.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Removing Duplicates

    HI ajones2,

    Welcome to the forum.
    Supposing your original column A and another column is B, you can include a formula in column C as "=IF(ISNUMBER(MATCH(B1,A:A,0)),"duplicate","unique")" and drag it down till you have data.

    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    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,926

    Re: Removing Duplicates

    Hi ajones2 and welcome to the forum

    a variation on this will highlight your duplicates...

    =IF(COUNTIF(C:C,C1)>1,"Duplicate","Unique")

    adjust ranges as needed
    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)

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