Counting differing items

D

Django Cat

Hi Folks

In a column I have three possible values, A, B or C.

I'd like to be able to construct formulas which count the number of
times each value occurs, so that I could then have three cells showing
total occurances of A, total occurances of B and total occurances of
C.

I've tried to get COUNTA to do this, but without success.

TIA

DC
 
G

Guest

The solution is to use the Countif function

e.g.=countif(A1:A100,"A")

Hope this is helpful
 
D

Django Cat

Brilliant! Thanks Art, that works perfectly.

DC

The solution is to use the Countif function

e.g.=countif(A1:A100,"A")

Hope this is helpful








- Show quoted text -
 

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