This formula will lable as duplicate all entries with more than 1 occurrence.
It assumes that the 1st occurrence is not a duplicate.
with your data starting in C3
=IF(ISNUMBER(MATCH(C3,$C$2:C2,0)),"Duplicate","") copy down
HTH, 2rrs
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.