COUNT QUESTION

  • Thread starter Thread starter JAY
  • Start date Start date
J

JAY

All I want to do is COUNT how many times a letter appears in a column. I have
made up a key using A, B, C, etc. E.g.: count how many times the letter A
appears in a column, how many times the letter B appears, etc.

Thanks
 
Hi Jay
=COUNTIF(A:A,"A")
will count all occurrences of "A" and "a"
or if you have entered your A, B C in cells in say column C
=COUNTIF(A:A,C1)
Copy down as required
 

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