Somewhere I found the following to figure out the duplicates in a col but don't quite understand how it works
=IF(MAX(COUNTIF(K2:K9,K2:K9))>1,"Duplicate","No Duplicate")
Here the data is in the range K2:K9 which might have some duplicate entries. I guess I need help understanding COUNTIF's second parameter as a range of reference
Any help is appreciated
thanks
=IF(MAX(COUNTIF(K2:K9,K2:K9))>1,"Duplicate","No Duplicate")
Here the data is in the range K2:K9 which might have some duplicate entries. I guess I need help understanding COUNTIF's second parameter as a range of reference
Any help is appreciated
thanks