A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
The column "Balance" does not contain one consistent formula. The first cell has a single number 180 and the cells below have formulas. Then Excel doesn't 'auto copy' the formulas down when you add a row at the bottom. The remedy is:
- to clear entire column called "Balance"
- enter the following in I2
=SUM(I1,-[@Withdraws],[@Deposits]) - note that the formula gets copied down all the way to the bottom
- add an new row and the formula shall copy automatically as expected.
.