I have a sheet setup in excel and in column A I have values listed down an undetermined number of rows and there are blank rows inbetween the cells that have data. I need to develop a VBA code that will check for duplicates in this entire column.
=IF(COUNTIF($A$1:$A$65000,A1)>1,"DUPLICATE","")