View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Andoni[_19_] Andoni[_19_] is offline
external usenet poster
 
Posts: 1
Default finding duplicate entries

go to format/conditional formatting.

chose formula a put this:
'I am supposing your looked column is A:A
=Countif(($A:$A);A1)1
then put a red format and "DONE

--
Message posted from http://www.ExcelForum.com