grrr..
I'm trying to HIGHLIGHT DUPLICATE VALUES in a column and need a formula to do it!
I've tried these conditional formatting formulas
=COUNTIF($A$2:$A$11,A2)>1
-and-
=IF(COUNTIF(Range1, A5)>1,TRUE,FALSE)
and those do NOT work. ;-/
Could someone pleeease provide me with a working formula to highlight duplicate entries?
I have almost 4000 rows of data in which to find possible duplicates, all of which are in the same column.
Thank you!