Thread: Count letters
View Single Post
  #2   Report Post  
JMB
 
Posts: n/a
Default

=COUNTIF(A1:K1,"A")

"JIM.H." wrote:

Hello,

In the range of A1-K1, I have letters A, B, C, D, F in the cells and I need
to count how many A, and B, and C, €¦ are available?
How can I do this?
Thanks