Learn Excel ..
Identify Duplicate Cells in Excel using this formula
=IF(MAX(COUNTIF(A1:A10,A1:A10))>1,”Duplicates”,”No Duplicates”)
Just copy this formula on the cells if you have to find all the data’s in a long single column.
Tags: Excel, Tips Tricks













