+ Reply to Thread
Results 1 to 3 of 3

remove unique entries?

  1. #1
    Registered User
    Join Date
    11-06-2008
    Location
    Alaska
    Posts
    2

    remove unique entries?

    I see there is a "remove duplicates" function that is extremely useful, however is there a "remove unique" equivalent? I have a huge table (about 24,000 rows) and I need to ONLY keep the ones that contain duplicates within the field in question. Any ideas?
    Last edited by VBA Noob; 11-07-2008 at 05:36 PM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    id use something like in a new column
    =IF(COUNTIF($A$1:$A$20,A1)>1,"","unique") dragged down adjust range to suit.copy/paste back special values then remove duplicates based on the word unique
    Last edited by martindwilson; 11-07-2008 at 06:11 AM.

  3. #3
    Registered User
    Join Date
    11-06-2008
    Location
    Alaska
    Posts
    2
    worked like a charm! thanks a bunch!

+ 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