• 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.

individual sum of series in a column separated by blank cells

pradhishnair

New Member
Plz help..


Sample sheet attached...


https://docs.google.com/spreadsheet/ccc?key=0AgDJ-TLtQDaydHpDWjFLZFZIWFF6MVM1b2VaLUxHZWc
 
In E11: put

Code:
=IF(C12="",SUM($C$11:C11)-SUM($F10:F$11),"")

Then copy down
 
Hi hui.. its a relief to find you at this tym...


the formula aint working for me coz for the first series it is giving me the right answer 48.2725 but for the second series instead of 58.36 it is giving me 48.2725 + 58.36 = 106.6275


Please help solve this...
 
Whoops

My mistake

In D11 it will be:

[pre]
Code:
=IF(C12="",ROUND(SUM($C$11:$C11)-SUM($D$10:$D10),2),"")
[/pre]
Then copy down
 
Back
Top