Below is the formulae you can use to check value is duplicate or not
=IF(COUNTIFS(A$2:A2,A2,B$2:B2,B2,C$2:C2,C2,D$2:D2,D2,E$2:E2,E2)>1,"Duplicate Value","Not Duplicate")
Using it you highlight duplicate value with color except first one.
=IF(COUNTIFS(A$2:A2,A2,B$2:B2,B2,C$2:C2,C2,D$2:D2,D2,E$2:E2,E2)>1,"Duplicate Value","Not Duplicate")
Using it you highlight duplicate value with color except first one.
Comments
Post a Comment