Finding duplicate entries within a column

M

mazalam

Hi,

I am trying to find formula that would help me find the duplicate
entries within a column. I am looking for the 1st entry to be tagged as
"Unique" and any subsequent duplicated entries as"Duplicate".

A Unique
B Unique
C Unique
B Duplicate
D Unique
E Unique
A Duplicate


Please e-mail (e-mail address removed) if possible.

Many Thanks,

Mazhar
 
C

Cutter

Assuming your original list if items is in column A starting in row 1

In B2 type: =IF(COUNTIF(A$1:A2,A2)>1,"Duplicate","Unique")

Copy this formula down as far as you need
 

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

Top