(1) Convert your range to an Excel Table, right click somewhere in the table and press Table, then press Totals Row.
(2) Use a formula like: =SUM($A$1:UpOne) where UpOne is a named formula entered in A2 and the formula should be: =A1 (without any dollar signs)
(3) Use a formula like: =SUM($A$1:INDEX(A:A, ROW()-1)) or
(4) File, Options, Advanced, tick Extend data range formats and formulas.
|