now i have some data and some ID's but i need to check the ID's which are duplicates and i use the below formula to find duplicates i.e. more than one ID it shows the value if true/false and this i will be updated the ID's regularly and i autofill the data regularly. So please help me how to use the same formula on conditional formatting if possible. please find me a solution or post step by step guide
thanks in advance.
=IF(COUNTIF($A$2:A2,A2)>1,"duplicate","Not a Duplicate")
thanks in advance.
=IF(COUNTIF($A$2:A2,A2)>1,"duplicate","Not a Duplicate")