View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default mark cells that have the same cell data

Assume your numbers data is running in A2 down
Put in B2: =IF(COUNTIF(A$2:A2,A2)1,"x","")
Copy down. Col B will flag "x" for any duplicates present, ie the 2nd
instance onwards.

aha? hit the YES below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"connect4u" wrote:
my excel sheet contains numbers in each cell some of which may be repeated,
how do i mark the ones that are entered more than once