+ Reply to Thread
Results 1 to 2 of 2

how do I count the sum of 2 columns in excel? countif(a1:a100='op.

  1. #1
    Bruce
    Guest

    how do I count the sum of 2 columns in excel? countif(a1:a100='op.

    I am having trouble with the syntax here nested functions - this is what I am
    attempting to do

    countif(a1:a100='open' and b1:b100='i')

  2. #2
    JE McGimpsey
    Guest

    Re: how do I count the sum of 2 columns in excel? countif(a1:a100='op.

    One way:

    =SUMPRODUCT(--(A1:A100="open"),--(B1:B100="i"))

    For an explanation of "--" see
    http://www.mcgimpsey.com/excel/doubleneg.html

    In article <[email protected]>,
    "Bruce" <[email protected]> wrote:

    > I am having trouble with the syntax here nested functions - this is what I am
    > attempting to do
    >
    > countif(a1:a100='open' and b1:b100='i')


+ 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