Building your own budget tracker takes about 20 minutes and teaches you formulas you'll use forever. This guide builds a complete tracker step by step â from blank sheet to a working monthly budget with automatic category totals.
Step 1: Create the Transactions Sheet
This is where you enter every income and expense. Add these column headers:
Format row 1: bold text, colored background, bottom border. This is your data entry sheet.
Step 2: Set Up Categories
Create a second sheet called "Categories" with your budget limits:
Step 3: Data Validation for Category Column
Link your B column to the Categories sheet so you only enter valid categories:
- Select column B in Transactions sheet
- Data â Data Validation â List from range
- Enter:
Categories!$A$2:$A$20
Now B column shows a dropdown. Consistent categories = reliable formulas.
Step 4: Summary Sheet Formulas
Create a third sheet "Summary" with these formulas:
Total Income
Total Expenses
Net Savings
Savings Rate
Format this cell as percentage. Target: above 20%.
Spending by Category
Budget vs Actual Alert
Step 5: Monthly Filtering
Filter spending by month (replace 1 with any month number):
Step 6: Add a Chart
- Select your category names and spending totals
- Insert â Chart â Pie chart or Bar chart
- Instantly see which categories are eating your budget
Enter transactions daily â not weekly, not monthly. Takes 30 seconds per transaction. Catching up after a month takes hours and you'll miss things. Consistency is the entire system.
Step 7: Conditional Formatting Alerts
- Select your category spending cells
- Format â Conditional formatting
- Rule: Greater than â [link to budget cell]
- Formatting style: Red background
Cells turn red automatically when you exceed your budget for that category.
What You've Built
- â Transaction log with category dropdown
- â Auto-calculated income and expense totals
- â Per-category spending vs budget comparison
- â Visual budget alerts (red = over budget)
- â Monthly filtering formulas
- â Savings rate calculation