[Solved] How to create a runing total formula that expands automatically when new rows are added to my spreadsheet [duplicate]

[ad_1]

Remove contents of column C and then try in C1 this formula

=ArrayFormula((IF(LEN(B1:B), SUMIF(ROW(B1:B),"<="&ROW(B1:B),B1:B),)))

2

[ad_2]

solved How to create a runing total formula that expands automatically when new rows are added to my spreadsheet [duplicate]