How many different customers in a list?

C

cathcarr1

Hi there,

I have some data a bit like this:

Column A Column B

customer1 red
customer1 red
customer2 red
customer2 blue
customer1 green
customer2 green
customer3 green

I want to know how many different customers appear in column A for each
colour in column B. For example, there are 2 different customers in the
list for red, 1 customer for blue, and 3 customers for green.

I am sure there is a perfectly simple way to do this, but it has me
stumped today!

Many thanks,

Catherine
 
C

cathcarr1

You are right Tom. It comes close, but doesn't actually answer th
question.

I need to be able to count the number of different customer names fo
each colour. I don't want to specify particular customer names in
formula, because there are over 1000 of them in my list.

So for example, for red there were two different customers tha
appeared, and for green there were 3.

Can anyone else help?

Thx

Cat
 

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