I'm trying to write a formula to add the contents of a column in cell D5, so normally I would write =SUM(D2:D4). However, the location of the formula cell (currently D5) will change as I add more rows. How do I write a formula that accounts for this?
(The formula I want would hypothetically look something like =SUM(D2:CellAboveCurrentCell).)
Thank you!