+ Reply to Thread
Results 1 to 3 of 3

Conditional Summing

  1. #1
    Registered User
    Join Date
    09-09-2010
    Location
    Delft, the Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    4

    Conditional Summing

    I feel the answer to my question is quite simple, but i cant seem to figure it out.

    Column A: Column B:
    Andy 70
    Dave 50
    Eric 40
    Andy 30
    Eric 50
    Chris 10

    How can i make Excel sum all numbers in Column B, where for instance 'Andy' is in column A. In other words, i wanna sum all of Andy's scores automatically.

    Whats the easiest way to do this?

  2. #2
    Registered User
    Join Date
    09-09-2010
    Location
    Delft, the Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Conditional Summing

    I think i already got the answer! I used the correct formula, but filled out the arguments wrong!

    sum.if (translated out of dutch).

  3. #3
    Forum Expert Whizbang's Avatar
    Join Date
    08-05-2009
    Location
    Greenville, NH
    MS-Off Ver
    2010
    Posts
    1,395

    Re: Conditional Summing

    Just in case someone comes along via a search and wants a clarification on the solution you found for yourself, here is the formula.

    =SUMIF(Range, Criteria, [Sum_Range])

    Meaning, if "Range" is equal to "Criteria" then sum the corresponding values in "[Sum_Range]". [Sum_Range] is optional. If "Range" and [Sum_Range] are the same range, then you can omit [Sum_Range]

    In the case provided by keej015, the formula would be.

    =SUMIF(A:A,"Andy",B: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