Thread
:
Finding duplicates in column
View Single Post
#
2
Posted to microsoft.public.excel.newusers
Bob Phillips[_3_]
external usenet poster
Posts: 2,420
Finding duplicates in column
Assuming the data is in column A, add a formula in column B of
=IF(COUNTIF($A$1:$A1,$A1)1,"Duplicate","")
Cpy that down, then you can filter column B for Duplicate
Reply With Quote
Bob Phillips[_3_]
View Public Profile
Find all posts by Bob Phillips[_3_]