
Larry C. answered 03/13/19
Tutor
4.9
(294)
Computer Science and Mathematics professional
If the value you want to accumulate was in column C, starting in row 2, and you want the running total in column D then
D2: =SUM($C$2:$C2)
D3: =SUM($C$2:$C3)
...
Dn: =SUM($C$2:$Cn)