Hello everyone - I could certainly use some help, please…
Col CS is a running total of sums. (But not every row contains a sum.)
Col CT, (helper column) I have:
=MAX(CS2,CT1)
Col CU has:
=IFERROR(IF(CS2=CT2,0,MAX(CU1,CT2-CS2)),"")
to help find the drawdown of theses sums, until a new...