Thread: need help ASAP
View Single Post
  #4  
Old 06-07-2005, 11:57 AM
BenjieLop BenjieLop is offline
Forum Guru
 
Join Date: 23 Jun 2004
Location: Houston, TX
Posts: 567
BenjieLop is becoming part of the community
To identify duplicate entries in Column B (as compared to entries in Column A), you can use this formula:

=if(countif($A$1:$A$2000,B1)>0,"Duplicate","")

Enter the above formula in Cell C1 and copy down.

Now that you have identified the duplicate entries, you can then decide what to do with them.

Hope this helps you.

Regards.
__________________
BenjieLop
Houston, TX

Last edited by BenjieLop; 06-07-2005 at 12:00 PM.
Reply With Quote