+ Reply to Thread
Results 1 to 2 of 2

Sumif?

  1. #1
    Akira
    Guest

    Sumif?

    I need to do a running total from col C for each condition of column A
    and B



    col A col B col c Summary

    A AA 1 A AA 2
    A AA 1 B BB 1
    B BB 1 B AA 1
    B AA 1 C BB 1
    C BB

  2. #2
    Bob Phillips
    Guest

    Re: Sumif?

    =SUMPRODUCT(--($A$1:$A$100="A"),--($B$1:$B$100="AA"))

    etc.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Akira" <[email protected]> wrote in message
    news:[email protected]...
    > I need to do a running total from col C for each condition of

    column A
    > and B
    >
    >
    >
    > col A col B col c Summary
    >
    > A AA 1 A AA 2
    > A AA 1 B BB 1
    > B BB 1 B AA 1
    > B AA 1 C BB 1
    > C BB




+ 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