I have a list of records - about 5,000. Each record has 4 fields. The list of 5,000 is not unique, but I want to make it unique. I can't just filter the list because I need to review each record and see which one to delete (there are 2 fields that could be different on each record). The only way I know how to do this (because I'm Excel illiterate) is to mark the duplicate ID numbers and then remove them after reviewing them. This would be easy and not too big of a deal because there should only be about 30 or so duplicates. However, I am running into problems.
The field I am trying to mark as duplicates is 17 digits long and is a number stored as a text. When I use conditional formating with this formula +IF(COUNTIF(RANGE1, A5)>1,TRUE,FALSE) it marks records as duplicates that are not duplicates. I have tried to tag the records as duplicates with a similar formula, but again, it marks some as duplites that are not and does not mark some that are.
Is there a better way for me to do this?
Thanks,
Jeanie
The field I am trying to mark as duplicates is 17 digits long and is a number stored as a text. When I use conditional formating with this formula +IF(COUNTIF(RANGE1, A5)>1,TRUE,FALSE) it marks records as duplicates that are not duplicates. I have tried to tag the records as duplicates with a similar formula, but again, it marks some as duplites that are not and does not mark some that are.
Is there a better way for me to do this?
Thanks,
Jeanie