ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   yes and no? (https://www.excelbanter.com/new-users-excel/90031-yes-no.html)

tapley

yes and no?
 
I have one column with yes or no in each box. Is there a formula that will
count the number of yeses and put it in a box for me? so I get "YES 203" "NO
42"

daddylonglegs

yes and no?
 

Try

=COUNTIF(a:a,"No")


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=544587


Bob Phillips

yes and no?
 
="Yes = " & COUNTIF(A:A,"Yes")

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"tapley" wrote in message
...
I have one column with yes or no in each box. Is there a formula that will
count the number of yeses and put it in a box for me? so I get "YES 203"

"NO
42"




CLR

yes and no?
 
="''"&"YES "&COUNTIF(A:A,"yes")&"''"&" ''"&"NO "&COUNTIF(A:A,"no")&"''"

Vaya con Dios,
Chuck, CABGx3



"tapley" wrote:

I have one column with yes or no in each box. Is there a formula that will
count the number of yeses and put it in a box for me? so I get "YES 203" "NO
42"



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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com