View Single Post
  #2   Report Post  
rae820
 
Posts: n/a
Default


if you are working in a list...you can have a separate column that will
display the text "Duplicate" if the numbers are in fact duplicated...

=IF(COUNTIF($A$1:A1,A1)1 "DUPLICATE", "Unique")

A= the column you would like to check 1= the row you would like to
start checking

the function would go in a column to the side and then you can sort the
data by duplicate numbers and delete those rows!


--
rae820
------------------------------------------------------------------------
rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
View this thread: http://www.excelforum.com/showthread...hreadid=377688