Share via

excel remove duplicate function bugged

Anonymous
2013-03-01T08:59:19+00:00

Hello

I am using the function remove duplicate on a column and just realized that if you do not sort the data first you will have not removed all duplicates.

I have been looking around searching if this is a possible bug and it seems that many people reported it.

Will this be fixed soon?

I will keep sorting the data while using that function as it seems to be the way to go around that possible bug.

Issue can be repeated on excel 2010 windows 7 and windows 8

Thanks

Franck

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

13 answers

Sort by: Most helpful
  1. Anonymous
    2013-03-01T17:04:13+00:00

    You can remove the duplicates without sorting first and without macros.

    I first tried removing duplicates manually on your posted data with the Remove Duplicates button on the Ribbon and it failed miserably.  I then tried it with VBA, using the RemoveDuplicates method of the Range Object.  This also failed miserably!

    I finally tried selecting the data and used Advanced Filter > Copy to another location > Unique records only

    This worked just fine!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2013-03-01T14:42:57+00:00

    used an example from another forum and it did the trick

    http://sdrv.ms/13tDFhZ

    tab naming should be self explanatory

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-03-01T14:29:27+00:00

    Thanks!

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2013-03-01T14:26:30+00:00

    Hi Gary,

    I will try to cook up an example as I can not send any of the file on which I actually had the issue.

    I will do that later on from home.

    I will also provide you with the repro steps

    Thanks

    Franck

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2013-03-01T14:24:07+00:00

    Hi Frank:

    I have viewed a number of posts complaining of failure to remove duplicates, but I have never actually seen an example of this failure.  If you could post a small example (say 20 or 30 items in a single column) demonstrating the failure, I would greatly appreciate it.

    I could download your example and help you develop a workaround.

    Was this answer helpful?

    0 comments No comments