Counting Letters

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
 
S

Stefi

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

Regards,
Stefi

„0greeny0†ezt írta:
 
R

Ron Rosenfeld

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

Top