R
Robzz
I have a list a names in 2 rows that I am trying to check if any name is
listed more then twice. I can consolidate the names into 1 row if needed but
would like to have the result display duplicate or good depending on value. I
have tried this with the below formula but it doesnt work.
=IF(COUNTIF($B$2:$Q$2,B2)>2,"DUPLICATE","GOOD")
Thanks.
listed more then twice. I can consolidate the names into 1 row if needed but
would like to have the result display duplicate or good depending on value. I
have tried this with the below formula but it doesnt work.
=IF(COUNTIF($B$2:$Q$2,B2)>2,"DUPLICATE","GOOD")
Thanks.