+ Reply to Thread
Results 1 to 5 of 5

functions to count Yes & No

  1. #1
    fofo
    Guest

    functions to count Yes & No

    Hi There,

    I have a simple excel table, in one of the fields that is called "filled"
    the answer is either (yes) or (no), I simply want to count how many "yes" and
    how many "no" are there in that column, which function to use for that.
    -------------------------------------------------------------------------
    Filled
    Yes
    Yes
    No
    No

    Total Yes: -----
    Total No: -----
    -------------------------------------------------------------------------
    Thank you in advance for your help.

  2. #2
    Forum Contributor
    Join Date
    06-01-2006
    Posts
    324
    Assuming range is A1:A100

    =COUNTIF(A1:A100,"yes")
    =COUNTIF(A1:A100,"no")
    Google is your best friend!

  3. #3
    Trevor Shuttleworth
    Guest

    Re: functions to count Yes & No

    =COUNTIF(A:A,"yes") assuming that the "filled" column is A *and* the
    result (this formula) is in a column *other* than A

    Regards

    Trevor


    "fofo" <[email protected]> wrote in message
    news:[email protected]...
    > Hi There,
    >
    > I have a simple excel table, in one of the fields that is called "filled"
    > the answer is either (yes) or (no), I simply want to count how many "yes"
    > and
    > how many "no" are there in that column, which function to use for that.
    > -------------------------------------------------------------------------
    > Filled
    > Yes
    > Yes
    > No
    > No
    >
    > Total Yes: -----
    > Total No: -----
    > -------------------------------------------------------------------------
    > Thank you in advance for your help.




  4. #4
    L. Howard Kittle
    Guest

    Re: functions to count Yes & No

    Try =COUNTIF(filled,"yes")

    HTH
    Regards,
    Howard

    "fofo" <[email protected]> wrote in message
    news:[email protected]...
    > Hi There,
    >
    > I have a simple excel table, in one of the fields that is called "filled"
    > the answer is either (yes) or (no), I simply want to count how many "yes"
    > and
    > how many "no" are there in that column, which function to use for that.
    > -------------------------------------------------------------------------
    > Filled
    > Yes
    > Yes
    > No
    > No
    >
    > Total Yes: -----
    > Total No: -----
    > -------------------------------------------------------------------------
    > Thank you in advance for your help.




  5. #5
    Gord Dibben
    Guest

    Re: functions to count Yes & No

    To count Yes use this formula.

    =COUNTIF(A:A,"Yes") where A:A is the "filled" column.


    Gord Dibben MS Excel MVP

    On Tue, 13 Jun 2006 12:49:02 -0700, fofo <[email protected]> wrote:

    >Hi There,
    >
    >I have a simple excel table, in one of the fields that is called "filled"
    >the answer is either (yes) or (no), I simply want to count how many "yes" and
    >how many "no" are there in that column, which function to use for that.
    >-------------------------------------------------------------------------
    > Filled
    > Yes
    > Yes
    > No
    > No
    >
    >Total Yes: -----
    >Total No: -----
    >-------------------------------------------------------------------------
    >Thank you in advance for your help.



+ Reply to 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