Counting Letters

  • Thread starter Thread starter 0greeny0
  • Start date Start date
0

0greeny0

Is there a way to count the number of letters that are present in seperate
cells. I have a spreadsheet that has either Y or N in the cell and need to
count the amount of each present over a large section of cells.

thanks
 
E.g. =COUNTIF(A2:B5,"N")
=COUNTIF(A2:B5,"Y")
Adjust range as necessary.

Regards,
Stefi

„0greeny0†ezt írta:
 
Is there a way to count the number of letters that are present in seperate
cells. I have a spreadsheet that has either Y or N in the cell and need to
count the amount of each present over a large section of cells.

thanks

=countif(rng,"Y")

--ron
 

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