Personal Finance & Budget Analytics Tracker in Excel
Checking your bank statement at the end of the month tells you where your money went, but it doesn't help you plan where your money should go. Relying only on delayed bank SMS alerts makes it easy to overspend and fall into credit card debt or zero savings.
While mobile budget apps promise to track your expenses automatically, many demand full read access to your SMS messages, upload your financial data to cloud servers, or lock basic features behind monthly subscriptions.
To keep my financial data completely private and offline, I built the SUBU Personal Finance Tracker in Excel. It tracks multi-bank account balances, monitors daily expenses against budget targets using SUMIFS formulas, and calculates your true monthly savings ratio automatically.
Password to edit protected configuration sheets: 123
Format: Offline Excel | Features: Custom Category Validation, SUMIFS Variance Analysis, Savings Ratio Computation
Consolidating Accounts & Calculating Net Worth
Most people hold money across multiple accounts—checking accounts (like HDFC or SBI), investment apps (like Zerodha or Groww), and savings or digital wallets. Tracking these accounts separately makes it hard to see your total financial position.
The main dashboard of this tracker serves as a net worth aggregator. You enter starting balances in the 'In Hand' tab once, and the frontend dashboard calculates total net worth and asset distribution charts automatically.
This gives you a clear overview of your cash reserves and investments in one place without needing to log into multiple banking apps.
The Net Worth Dashboard. Consolidates bank balances and investment holdings into a single visual summary.
Budget Variance Analysis using SUMIFS
Effective budgeting requires comparing actual spending against fixed monthly targets before the month ends.
At the start of the month, you set spending limits in the 'Total Budget Target' sheet (e.g., setting a ₹4,000 budget for dining out). As you log expenses in the 'Expense Data' tab, background SUMIFS formulas sum up category totals automatically:
=SUMIFS(Amount_Range, Category_Range, "Dining", Date_Range, ">="&Start_Date, Date_Range, "<="&End_Date)
The formula sums all expenses for "Dining" within the selected date range and compares the total against your ₹4,000 target.
Conditional formatting highlights categories where spending exceeds targets by turning the cell red. This visual alert lets you know immediately when you are getting close to your budget limits.
Budget Variance Analysis. Highlights category spending and alerts you when expenses exceed budget targets.
Custom Category Setup via Data Validation
Generic budget templates often fail because their expense categories don't match your real life. A college student needs different spending categories than a family homeowner.
This workbook lets you define custom expense categories in the 'Category Setup' sheet.
The daily entry tab references these custom categories using Data Validation dropdown menus. This prevents spelling typos (like entering "Dining " with an extra space), ensuring background SUMIFS formulas match strings correctly every time. This data validation setup follows the same principles used in our Purchase Requisition System to ensure clean category entries.
The Daily Expense Tab. Dropdown menus make entering expenses quick and keep category names consistent.
Calculating Your True Savings Ratio
Building long-term savings depends on the gap between your total income and total living expenses.
This system calculates your exact monthly Savings Ratio using the formula: =(Total_Income - Total_Expenses) / Total_Income.
If your savings ratio drops below 20%, the sheet highlights the difference, helping you track progress toward budgeting rules like 50/30/20 (50% Needs, 30% Wants, 20% Savings).
Savings Ratio Summary. Measures your monthly savings percentage automatically.
Flexible Multi-Month & Custom Date Filtering
You don't need to create a new Excel file every month. The workbook is designed for continuous multi-year logging.
You log daily expenses sequentially on the main tab. When you want to view reports for a specific month or vacation trip (like a 5-day holiday), simply update the 'Start Date' and 'End Date' boxes on the dashboard. The SUMIFS formulas recalculate charts for that exact date range instantly.
Frequently Asked Questions
Does this workbook use macros to import bank CSV statements?
No. Bank CSV layouts differ across banks (HDFC, ICICI, SBI). Entering transactions manually takes just a minute each day and builds better awareness of where your money goes.
How do bank balances carry forward into new months?
You don't need to do manual month-end roll-overs. Because dashboard formulas calculate totals dynamically based on date ranges, net worth updates automatically based on all income logged minus all expenses logged up to today's date.
Keep Your Financial Data Private & Offline
Track your budget, monitor savings ratios, and manage account balances locally in Excel without sharing data with third-party servers.
Download the SUBU Finance Analytics TrackerConnect For Custom Business Tools
If your business needs custom Excel spreadsheets, inventory management tools, or Power BI dashboards for financial reporting, feel free to reach out.