• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Sumif formula

jenwren

New Member
I want to use a simple sumif formula to sum the numbers in one column based on if it says 'August' or 'September' in another. I've tried sumif(c:c,a:a="August") but this doesn't work, where am i going wrong please?


Thank you.
 
Hi there


Assuming that the month is in column A and the values to sum in column C =SUMIF(A:A,"August",C:C) should give the result you're after.
 
Back
Top