Counting Names in a List

C

ChemicalJasper

Is it possible to count the Names and occurances of the names in a
list, to produce a separate summary?

I have a long list of names (not from a fixed list, the names may be
transient, so I cannot count by an " If ='s " argument), most of which
appear numerous times on the list.

I would like to produce a shortend list of all the names that appear in
the list and if they occur multiple times, display it as a single name
with a occurance number next to it.

eg.

Fred
Joe
Joe
Bob
Paul
Fred
Joe

would become,

Fred 2
Joe 3
Bob 1
Paul 1

Any one got any ideas please?
 
D

Don Guillett

One way
place cursor on title of list such as a1>data>filter>advanced filter>unique
records>at the first one =countif(a:a,a2)>copy down>data>filter>showall
 

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