+ Reply to Thread
Results 1 to 3 of 3

Countif data is not all in sequential order

  1. #1
    heater
    Guest

    Countif data is not all in sequential order

    I need a formula that will sum if the cell is "Yes" from q31:q91 and if cells
    q109 and q124:q126 are "Yes". I need to skip a few cells. I have -
    COUNTIF(Q31:Q91,"Yes"), but need to add q109 and q124:q126. Thanks.

  2. #2
    JE McGimpsey
    Guest

    Re: Countif data is not all in sequential order

    one way:

    =COUNTIF(Q31:Q91,"Yes") + (Q109="Yes") + COUNTIF(Q124:Q126,"Yes")


    In article <0A0D9EBA-22D8-4578-9644-69F500C492BB@microsoft.com>,
    heater <heater@discussions.microsoft.com> wrote:

    > I need a formula that will sum if the cell is "Yes" from q31:q91 and if cells
    > q109 and q124:q126 are "Yes". I need to skip a few cells. I have -
    > COUNTIF(Q31:Q91,"Yes"), but need to add q109 and q124:q126. Thanks.


  3. #3
    Roger Govier
    Guest

    Re: Countif data is not all in sequential order

    =COUNTIF(Q31:Q91,"Yes")+COUNTIF(Q124:Q126,"Yes")+(Q109="Yes")


    --
    Regards
    Roger Govier
    "heater" <heater@discussions.microsoft.com> wrote in message
    news:0A0D9EBA-22D8-4578-9644-69F500C492BB@microsoft.com...
    >I need a formula that will sum if the cell is "Yes" from q31:q91 and if
    >cells
    > q109 and q124:q126 are "Yes". I need to skip a few cells. I have -
    > COUNTIF(Q31:Q91,"Yes"), but need to add q109 and q124:q126. Thanks.




+ 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