+ Reply to Thread
Results 1 to 2 of 2

Remove duplicate data

  1. #1
    Registered User
    Join Date
    07-28-2020
    Location
    Melbourne,Australia
    MS-Off Ver
    365
    Posts
    20

    Remove duplicate data

    There are two columns- Name and e-mail. Need to remove duplicate email without affecting my original data. Data is attached.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: Remove duplicate data

    You could copy the sheet by CTRL-drag of the sheet tab, and then act upon this new sheet, so that you still have the original data.

    One quick way of deleting the duplicates (but still retain the first occurence) is to put this formula in C2:

    =IF(AND(COUNTIF(B:B,B2)>1,COUNTIF(B$2:B2,B2)<>1),"delete","ok")

    then copy this down to the bottom of your data (double-click on the fill icon in the bottom right corner of the cursor). Now you can apply autofilter to that column, select "delete" from the filter drop-down, select all the visible rows and click delete.

    Hope this helps.

    Pete

+ 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. Conditionally remove duplicate data
    By Workaccount1998 in forum Excel General
    Replies: 8
    Last Post: 03-16-2020, 12:21 PM
  2. Replies: 3
    Last Post: 04-26-2017, 08:01 PM
  3. Keeping Duplicate Data and Remove Everything Else
    By Kanook22 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-18-2014, 04:26 PM
  4. Remove the whole row when data duplicate
    By cherrychan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-20-2013, 07:05 PM
  5. [SOLVED] Sum data and remove duplicate rows
    By novice0281 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-05-2012, 06:17 AM
  6. How to remove the duplicate from a data sheet
    By rejithvasavan in forum Excel General
    Replies: 2
    Last Post: 06-06-2012, 09:53 AM
  7. How to Remove Both Sets of Duplicate Data
    By sstephen123 in forum Excel General
    Replies: 0
    Last Post: 11-10-2011, 09:27 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