Monthly household budget
Use named lines for the costs that repeat every month, then turn the monthly total into a yearly estimate. The sample values are in US dollars and are only a starting point.
| @1 | rent = 1200$ | |
| @2 | food = 430$ | |
| @3 | transport = 160$ | |
| @4 | utilities = 185$ | |
| @5 | subscriptions = 42$ | |
| @6 | monthly = rent + food + transport + utilities + subscriptions | |
| @7 | annual = monthly * 12 |
How it works
- Replace the sample costs with your own recurring expenses.
- Keep the names short and descriptive so you can reuse them in the total.
- Edit any line and the monthly and annual totals recalculate immediately.
Use a blank line to start a separate group, such as one-off purchases or savings goals. When the numbers look right, copy the page URL to share the whole calculation.