Locate Duplicates

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Hi,

I have a list of names in a column, i want to check if there are any names
repeated. What would be the best way to do it?

Thanks
Gary
 
Use Conditional Formatting:

Let's say your data is in column F. Set Conditional format for F1 to
Formula is:
=COUNTIF(F:F,F1)>1 and pick a distinctive background color. Then copy the
format down the column.

Duplicates will then standout.
 

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.

Ask a Question

Back
Top