Closed Thread
Results 1 to 4 of 4

yes and no?

  1. #1
    tapley
    Guest

    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"

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,787
    Try

    =COUNTIF(a:a,"No")

  3. #3
    Bob Phillips
    Guest

    Re: yes and no?

    ="Yes = " & COUNTIF(A:A,"Yes")

    --
    HTH

    Bob Phillips

    (remove xxx from email address if mailing direct)

    "tapley" <[email protected]> wrote in message
    news:[email protected]...
    > 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"




  4. #4
    CLR
    Guest

    RE: 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"


Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1