Excel Search Listings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am using Excel XP pro

I have a list of names or whatever in one column.

Is there any way I can do a search for all names that have been duplicated
and it throw up a list for me. The search facility seems to be a bit limited
for this task.

Regards
 
select your range

Conditional Formatting

=COUNTIF($A$1:$A$100,$A1)>1

format any color you like (it will highlight all the duplicated)
 

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