there are several ways to find duplicates in list
use folowing functions to find duplicates
=COUNTIF(A:A,A2), COPY THE SAME RESULT WIL BE >1 WHERE DUPLICATES ENTERED
OR USE
=IF(ISERROR(VLOOKUP(A2,$A$1:A1,1,0)),"OK","DUPLICATE") AND COPY THE SAME
TILL END, THIS WILL SHOW YOU RESULT DUPLICATE WHERE MULTIPLE ENTRIES FOUND
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.