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

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
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,039
Messages
6,122,802
Members
449,095
Latest member
m_smith_solihull

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