Counting Values

G

Guest

Hi,

On sheet 2 column A you are allowed to enter values from a drop down, what I
want to be able to do on sheet 1 is count the number of times each of these
options appear.

Example

Sheet2

A
1 Ford
2 Vauxhall
3 Toyota
4 Ford
5 Toyota

Sheet 1

Type Number
Ford 2
Vauxhall 1
Toyota 2


Hope someone can help

Thanks PD
 
D

Dave Peterson

Put your list in column A of Sheet1.
Then use a formula like this in B1:
=countif(sheet2!a:a,a1)
and drag 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