not COUNTing if duplicate #s

A

al

How do I count entries in a column that duplicate? I want
to count repeating #s in a column as a single entry.
Thanks
 
P

Peo Sjoblom

Use a help column and something like

=A2=A1

then countif the TRUE in the help column.
If the numbers can be anywhere use the advanced filter to
extract a unique record (copy to another location, unique records only)
then use that unique liest and copy down (assume the original values are in
A2:A200 and the unique records
in C2:C150), in D2 put

=COUNTIF($A$2:$A$200,C2)

and copy down
 

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