Counting option

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a bit of a problem when counting values, for example on sheet 2 in
the A colum you are allowed to select a value from a drop down, what I want
on sheet 1 is to be able to count the number of each of these options e.g.

A
 
In Sheet1,
Assume you have listed the DV options in A1 down,
eg: A,B,C,D, ...

Then just place in B1:
=COUNTIF(Sheet2!A:A,A1)
Copy B1 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

Back
Top