A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello, I'm Quinn and here to help!
In addition to the previous answer, you can make the deduction flexible:
- Put your starting amount in
A1(e.g.,3450). - Put your monthly deduction in
B1(e.g.,150). - In a new column, type this single formula to generate, say, 12 months automatically:
=$A$1 - $B$1 * SEQUENCE(12,1,0,1)
It will produce a column like this. This is just an example, you can format it any way you want, and changing the value in B1 will automatically update all months.