Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excellent, Just what I needed
Many thanks "JulieD" wrote in message ... 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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
glad to assist
"mwazir" wrote in message ... Excellent, Just what I needed Many thanks "JulieD" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to count#cells w/= value in other column and not count blank c | Excel Worksheet Functions | |||
count cells, then reset count when value in another cell changes | Excel Worksheet Functions | |||
Count cells with numbers and ignore cells with errors | Excel Discussion (Misc queries) | |||
How do I count cells with text but ignore cells with spaces? | Excel Discussion (Misc queries) | |||
HOW TO FORMATE CELLS TO COUNT CELLS WITH A FILL COLOR? | New Users to Excel |