COUNT cells with Y and N

  • Thread starter Thread starter mwazir
  • Start date Start date
M

mwazir

Hi All

I have a spreedsheet with a boolean column indicating 'Y', 'N' and sometimes
junk data.
Is there any function I can use to count the number of times 'Y' occures.

Thanks
 
Hi

=COUNTIF(A1:A100,"Y")

where A1:A100 is the range of your data

Cheers
JulieD
 

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