Count letters

C

Chey

I have an E and an A in the cells but not both.
How can I count how many E's and how many A's
Thanks
Cheyenne
 
C

Chey

I don't understand where do i put my range. It is A6:A275.
When I tried to change A1 to A6:A275 it says value.
Thanks
Cheyenne
 
T

Toppers

The formula counts the number of As OR Es in ONE cell. If you want to count
the number of As a or Es in a range of cells AND each cell has only ONE of
either letter:

=COUNTIF(A6:A275,"*A*")

Sorry if misunderstood your question.

HTH
 
C

Chey

Perfect thank you

Toppers said:
The formula counts the number of As OR Es in ONE cell. If you want to count
the number of As a or Es in a range of cells AND each cell has only ONE of
either letter:

=COUNTIF(A6:A275,"*A*")

Sorry if misunderstood your question.

HTH
 
Top