+ Reply to Thread
Results 1 to 2 of 2

How to Sum with two if statements

  1. #1
    Registered User
    Join Date
    02-13-2006
    Posts
    5

    How to Sum with two if statements

    I have one column that has DSM or eBiz, and another column has a 1 or a 0. I need a total for DSM which increments by 1 with rows that include DSM in column A and 1 in column G, as well as a total for eBiz which increments by 1 with rows that include eBiz in column A and 1 in column B.

  2. #2
    JE McGimpsey
    Guest

    Re: How to Sum with two if statements

    One way:

    =SUMIF(A:A, "DSM", G:G)

    =SUMIF(A:A, "eBiz", B:B)

    In article <jliz2803.23p56y_1140722104.1471@excelforum-nospam.com>,
    jliz2803 <jliz2803.23p56y_1140722104.1471@excelforum-nospam.com>
    wrote:

    > I have one column that has DSM or eBiz, and another column has a 1 or a
    > 0. I need a total for DSM which increments by 1 with rows that include
    > DSM in column A and 1 in column G, as well as a total for eBiz which
    > increments by 1 with rows that include eBiz in column A and 1 in column
    > B.


+ 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