View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JulieD JulieD is offline
external usenet poster
 
Posts: 618
Default COUNT cells with Y and N

Hi

=COUNTIF(A1:A100,"Y")

where A1:A100 is the range of your data

Cheers
JulieD

"mwazir" wrote in message
...
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

--
Wazir