A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Formula Help!!!



 
 
Thread Tools Display Modes
  #1  
Old February 27th, 2006, 11:21 AM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
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  
Old February 27th, 2006, 11:35 AM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
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  
Old February 27th, 2006, 11:39 AM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default Formula Help!!!

For instance:

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

Hans

  #4  
Old February 27th, 2006, 11:41 AM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
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  
Old February 27th, 2006, 11:49 AM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default Formula Help!!!

How to set count blank column

Thanks
JackieWong
"Dav" wrote in message
news

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



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
adding row to forumla carrera General Discussion 9 August 23rd, 2005 10:24 PM
Formula checking multiple worksheets sonic-the-mouse Worksheet Functions 11 June 6th, 2005 06:37 PM
Problem copying formula to range of cells Ellen Setting up and Configuration 4 November 20th, 2004 12:52 AM
Formula to Count and Return Most common Value in a Dynamic Named Range Tinä General Discussion 1 October 23rd, 2004 11:26 PM
Formula to Count and Return Most common Value in a Dynamic Named Range Tinä General Discussion 1 October 23rd, 2004 08:51 PM


All times are GMT +1. The time now is 09:56 AM.


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