Counting Letters

  • Thread starter Thread starter Gaute Hasti
  • Start date Start date
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.
 
=COUNTIF(1:1,"H")

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
What is the whole formel if the cells to work in is B11-B73 ?

Thanx for answers ;)
 
What is the whole formel if the cells to work in is B11-B73 ?

Thanx for answers ;)
 
=COUNTIF("B11:B73","H")

--

HTH

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

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