Restart cumulative sum if another cell equals a certain value

ironricebowl

New Member
Joined
Oct 5, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi all, would really appreciate all your help.

Formula output will start at cell AB5 and is to be dragged down.

I would like to have a cumulative sum of column AA, but restart the cumulative sum when there is a "1" in column O.

So for example, the cumulative sum at cell AB31 should restart to 40 and at cell AB35 should reset to 68.

Is there way I could do this? Many thanks in advance to all masters in this forum!
Capture.JPG
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
The easiest way would be to enter this into AB5 and fill down.

=IF(O5=1,AA5,SUM(AA5,AB4))
 
Upvote 0

Forum statistics

Threads
1,215,288
Messages
6,124,086
Members
449,141
Latest member
efex

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top