Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calculate yes

Status
Not open for further replies.

ajaykr333

Programmer
Joined
Oct 22, 2003
Messages
4
Location
IN
Dear,
I have an spread sheet. In this there is colunm where it it written 'Yes', 'No' & 'spaces'
I want to count number of yes and number of no and number of not written means spaces.

Can anyone suggest me what fuction i should use to get my answer.
 
Use the =countif(....) function.

Help describes it quite well.
 
Thanks,
But In COUNTIF fuction what does criteria means. What shoul i write In That.
 
ajaykr333,
Column Count Formula
Yes 6 =yes =COUNTIF(H:H,"yes")
Yes 5 =no =COUNTIF(H:H,"no")
no 2 =space =COUNTIF(H:H," ")
no 2 =blank =COUNTIF(H:H,"")
yes

yes

no
yes

no
tav
yes

no
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top