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
 
Top