Forum

Notifications
Clear all

Running Total With Criteria

3 Posts
2 Users
0 Reactions
98 Views
(@blackvan)
Posts: 30
Trusted Member
Topic starter
 

The attached example w/book illustrates my query - you have a year column, and 'amounts' adjacent to them (column B).  I want to do a running (cumulative) total for each year group - see amounts in column E. Column C is just a running total ignoring the year and column D is my attempt at what I want but I can't get it to work ...

What's the trick?

 
Posted : 30/07/2019 10:49 pm
(@catalinb)
Posts: 1937
Member Admin
 

You are close:

=SUMIF($A$2:$A2,A2,$B$2:B2)

 
Posted : 30/07/2019 11:33 pm
(@blackvan)
Posts: 30
Trusted Member
Topic starter
 

Thanks mate, you're a champ!

 
Posted : 30/07/2019 11:43 pm
Share: