Templates

Build a Monthly Budget Sheet You Can Reuse Every Month

Lay out income, fixed bills, variable spending, and savings on one tab with SUM formulas and a running balance row.

Build a Monthly Budget Sheet You Can Reuse Every Month

Copy this layout once. Each month, duplicate the tab, change the month label, and enter actuals. No app subscription required.

Sheet layout

Tab name: 2026-03 (duplicate for each month).

ABC
1Monthly BudgetMarch 2026
3IncomeBudgetActual
4Paycheck 12200
5Paycheck 22200
6Other0
7Income total
8
9Fixed billsBudgetActual
10Rent1650
11Utilities140
12Insurance125
13Subscriptions45
14Fixed total
15
16VariableBudgetActual
17Groceries420
18Transport160
19Dining200
20Variable total
21
22Savings transfer400
23
24Leftover (Actual)

Column B = planned. Column C = what really happened.

Formulas

Income total (B7 and C7):

=SUM(B4:B6)

Copy B7 to C7, or write =SUM(C4:C6) in C7.

Fixed total — B14:

=SUM(B10:B13)

Variable total — B20:

=SUM(B17:B19)

Leftover (Actual) — C24:

=C7-SUM(C14,C20,C22)

This is: total income minus fixed, variable, and savings actuals.

Optional Budget leftover — B24:

=B7-SUM(B14,B20,B22)

Running comparison row

Row 25 — label Over / under variable:

=C20-B20

Negative means you spent less than planned on variable lines (good). Positive means over.

Formatting tips

  1. Select B4:C22 → Home → Number → Currency
  2. Freeze header: select row 4 → View → Freeze → Up to current row (Excel) or View → Freeze → 3 rows (Sheets)
  3. Conditional format C24: Home → Conditional Formatting → Less than 0 → light red fill

For deadline-style rules on bill due dates, see conditional formatting for deadlines.

Duplicate for next month

Excel: right-click tab → Move or Copy → check Create a copy.

Google Sheets: right-click tab → Duplicate. Clear column C actuals, update the month title in B1.

Protect formulas

Once the sheet works, lock formula cells so only Actual column C is editable: protect formulas while editing inputs.

Summarize several months with a pivot: pivot table intro.

budget template sum monthly