Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a series of cells (B14..B17) that either say Yes or No. I want to
total up the Yes's to tell me how many of them there are. Can anyone tell me a formula for that? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =COUNTIF(B14:B17,"Yes") HTH, Paul -- "Karen Smith" wrote in message ... I have a series of cells (B14..B17) that either say Yes or No. I want to total up the Yes's to tell me how many of them there are. Can anyone tell me a formula for that? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(B14:B17,"Yes")
Will "Karen Smith" wrote: I have a series of cells (B14..B17) that either say Yes or No. I want to total up the Yes's to tell me how many of them there are. Can anyone tell me a formula for that? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use the COUNTIF function:
=COUNTIF(A1:A11,"=Yes") Change the A1:A11 to match the range you need to count. -- Kevin Backmann "Karen Smith" wrote: I have a series of cells (B14..B17) that either say Yes or No. I want to total up the Yes's to tell me how many of them there are. Can anyone tell me a formula for that? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula / Counting | Excel Worksheet Functions | |||
Counting formula | Excel Discussion (Misc queries) | |||
Counting formula | Excel Worksheet Functions | |||
Counting Formula | Excel Worksheet Functions | |||
formula on counting | Excel Discussion (Misc queries) |