+ Reply to Thread
Results 1 to 3 of 3

Keep duplicates but delete unique rows

  1. #1
    Registered User
    Join Date
    01-16-2012
    Location
    Vancouver, BC
    MS-Off Ver
    Office 365
    Posts
    20

    Keep duplicates but delete unique rows

    Hello.

    I've seen variations of this post, but the macros/solutions provided did not work for me.

    I have a large email distribution list and need to delete the unique rows while keeping duplicates (see sample attached). I'm looking for a macro to run (or any other efficient solution) as I've been manually editing these lists.

    Any help would be greatly appreciated. Thank you.

    Adam
    Attached Images Attached Images
    Last edited by Adam845; 04-03-2012 at 02:21 PM.

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Keep duplicates but delete unique rows

    Try this.

    In E1 paste

    =A1&B1&C1&D1

    and in F1 paste

    =COUNTIF(E:E,E1)

    Copy both formulae down the list.

    Then delete the rows containing 1 in column F (by filtering or sorting).
    Martin

  3. #3
    Registered User
    Join Date
    01-16-2012
    Location
    Vancouver, BC
    MS-Off Ver
    Office 365
    Posts
    20

    Re: Keep duplicates but delete unique rows

    That seems to work! Thank you very much, Martin. Much appreciated!

+ 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