On my spreadsheet, I have one column (B) for monthly expenditures. The next column (C) is for the total yearly expenditure.
How can I create a formula that's not circular to do this:
Let's say my yearly expenditure is $1000 (Column C). This month I add $150 in column B. Column C should then be $1150.
Next month I add $100 to column B. Column C should be $1250.
How do I do this? Thanks!