Finding duplicates

F

Foss

Hi there all,

Is there a function I can use to look throught a column of
data for duplicate values?

Cheers,
Foss
 
B

Bob Phillips

Put this formula in B1

=IF(COUNTIF($A$1:$A1,a1)>1,"Duplicate","")

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top