#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Formula Help!!!

Dear
We have a excel file. I want create a report . Our worksheet information as
below.

1. A column as 20 field , a special field type "YES" ( NOT ALL Field),
2. I have a field name is No of "YES".

Please advice how to create formula for count how many "YES".

Thanks
Jackie Wong


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dav
 
Posts: n/a
Default Formula Help!!!


countif(range,"yes") should work just substitute the range eg
countif(a2:a70,"yes") the yes is not case sensitive

regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=516822

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Formula Help!!!

For instance:

=COUNTIF(F11:F15;"=yes")

Hans

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eddy Stan
 
Posts: n/a
Default Formula Help!!!

Hi

I really don't understand your question.
If you want to count number of "yes" in column "B" you can give the formula
below.
=COUNTIF(B:B,"Yes")
if you are specific on range example b5:b200, you can give as
=COUNTIF(B5:B200,"Yes")
If you want to count in a row, say row 10 then
=COUNTIF(10:10,"YES")

" wrote:

Dear
We have a excel file. I want create a report . Our worksheet information as
below.

1. A column as 20 field , a special field type "YES" ( NOT ALL Field),
2. I have a field name is No of "YES".

Please advice how to create formula for count how many "YES".

Thanks
Jackie Wong



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Formula Help!!!

How to set count blank column

Thanks
JackieWong
"Dav" wrote in message
...

countif(range,"yes") should work just substitute the range eg
countif(a2:a70,"yes") the yes is not case sensitive

regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile:

http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=516822



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"