A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Here's two ways.
- Let's say that you have values in A2:A10. Instead of putting your SUM formula in A11 and using =SUM(A2:A10), put your SUM formula in A12, and use =SUM(A2:A11). When you want to add new values at the bottom, copy row 10 and select row 11 (which is blank) and insert the copied row. The new value will be included in the SUM result when added to your table in the new row 11.
- If you convert your range to a table, the formulas at the end of the rows in the last 2 columns will be automatically copied to any newly inserted row. But, if you do use Tables, don't manually insert the SUM functions, but use the table tools to do it after you create the table, and any inserted rows will be included, without using the trick above.