Copying names and frqequency of occurrences.

G

Guest

I have a list of customers in an XP spreadsheet, some may be duplicated. I
would like to copy the list to another worksheet, or below the current
worksheet, eliminate duplicates, and get a count of occurrences of each
customer. I don't know if i need to use COUNTIF, FREQUENCY, or just a
formula. Can anybody help me with this? I know i can simply show the amount
of ocurrences of each by doing a data sort, but i would really like to do it
the other way to produce a simple report for my manager to show how many
times a salesman is calling on customers. I will only need to do this once a
month, I will start a new workbook for each month for each salesman.
 
G

Guest

Taking your questions one at a time:-

Select your column of Customers and to extract unique records use Data -
Filter - Advanced Filter - Unique records only - copy to another location and
your done.

Your contiff could be along the lines of:-

=COUNTIF(A1:A100,"=Joe Bloggs") which would count the amount of times Joe
Bloggs apears in A1:A100.

Mike
 
G

Guest

Thanks, with a little bit of experimenting, pivot table will do exactly what
I'm after. Don't know why I didn't think of that.
 

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