G Guest Jun 23, 2005 #1 I have a list of over 900 names coressponding to other data, but need to know if there are duplicate names on the list. What should I do?
I have a list of over 900 names coressponding to other data, but need to know if there are duplicate names on the list. What should I do?
G Guest Jun 23, 2005 #3 if it is in Column a you could add a new column B and enter in B1 =if(Countif(A:A,A1)>1,"**","") and copy down to the bottom of your list
if it is in Column a you could add a new column B and enter in B1 =if(Countif(A:A,A1)>1,"**","") and copy down to the bottom of your list