Build a budget that actually works — categories, monthly tracking, variance analysis, and automatic totals.
A working budget has three sections: Income, Expenses, and Summary. Keep them on separate rows with clear headers.
Column layout:
A: Category
B: Budget (planned amount)
C: Actual (what you spent/received)
D: Variance (=C-B for income, =B-C for expenses)
E: Variance % (=D/B*100)Income categories:
- Salary / main income
- Freelance / side income
- Other income
Total income: =SUM(B2:B10) (sum all income rows)Fixed expenses (same every month):
- Rent / mortgage
- Loan repayments
- Insurance
- Subscriptions
Variable expenses (change monthly):
- Groceries
- Transport
- Utilities
- Entertainment
- Eating out
Total expenses: =SUM(B15:B30)Net position: =Total_Income - Total_Expenses
Savings rate: =Net_Position / Total_Income * 100
Variance tracking:
=C2 - B2 (actual minus budget — positive = over budget for expenses)
=ABS(D2)/B2*100 (percentage variance)Add columns for each month: Jan Budget, Jan Actual, Feb Budget, Feb Actual... or use separate sheets per month with a summary sheet pulling totals via 3D references.
=SUM(Jan:Dec!B5)
-- Sum the same cell across all monthly sheetsApply red conditional formatting to variance cells where actual > budget for expenses. At a glance you can see which categories are overspent without reading every number.
Practice these formulas in the Small Business track — 100 exercises covering cash flow, invoicing, and business analysis. Free to start.
Start the Small Business track free →