flaging items as "org","dup",etc.

  • Thread starter Thread starter via135 via OfficeKB.com
  • Start date Start date
V

via135 via OfficeKB.com

hi!

is there any worksheet function to flag the items in a list
which occurs more than once?

for ex.
i'm having the following data
thru A1:a4
a
a
a
a

and i want
in B1:b4

original
duplicate
triplicate
quadruplicate

or simply "O", "D", "T" , "Q"
respectively

-via135
 
Try
=CHOOSE(MIN(COUNTIF($A$1:A1,A1)+1,6),"","O","D","T","Q","many")
in B1 and copy down the column
best wishes
 

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