Counting Letters

G

Gaute Hasti

How can i count letters in a row?

I want to the letter H to count as 1.
There is also the letter T in the same row, but that letter should count as
0.
 
B

Bob Phillips

=COUNTIF(1:1,"H")

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
B

Bob Phillips

=COUNTIF("B11:B73","H")

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top