How to Build a Finance Tracker with Notion | Manage your finances with ease! ✨
Based on The Organized Notebook's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Tracking spending helps identify unnecessary expenses, improves budget planning, and supports long-term financial goals.
Briefing
A Notion-based finance tracker can turn messy month-to-month spending into a structured system—by linking an income/expenses database to monthly report pages and using formulas to calculate balances and spending progress automatically. The core payoff is a dashboard that shows starting balance, total income, total expenses, current balance, and “percent used” for each month, plus breakdowns by category and by income vs. expense type.
The session starts with why tracking matters: monitoring spending helps people spot unnecessary expenses, understand spending behavior, and improve budget planning. With clearer visibility into money coming in and going out, it becomes easier to set realistic goals (like saving for a phone or vacation), identify excessive spending (coffee is given as a personal example), and reduce it. The guidance emphasizes tracking everything—even small purchases like gum—because small costs compound over time. It also recommends categorizing expenses (food, transportation, entertainment, etc.) and reviewing those categories regularly (weekly, monthly, or quarterly). Finally, it suggests using rewards to stay motivated when savings goals are hit.
From there, the focus shifts to why Notion works well for finance tracking: it’s flexible enough to customize formulas, categories, and database structures instead of forcing users into a fixed app layout. The tracker design uses multiple linked databases: one for monthly reports (built as a gallery of months) and another for income and expenses (built as a table). The income/expenses database includes properties like type (income vs. expense), date, category, optional files for receipts, and an amount field. A crucial modeling choice is to store expenses as negative numbers and income as positive numbers, so totals and “money left” can be computed cleanly without splitting into separate databases.
The build process then walks through creating views that make the data usable: a “view all” table sorted by date, a “this month” filtered view grouped by type, and a “by month” view grouped by month. The monthly report pages pull everything together using Notion formulas—most importantly a mapped conditional sum that totals income or expenses related to that specific month. Additional formulas calculate current balance as starting balance + income + expense, and a progress-bar-style metric that estimates how much of available funds has been used (derived from expense divided by income plus starting balance, then rounded).
To make the system repeatable, the template adds monthly report templates that automatically include linked views for income/expenses by type and by category, filtered to the selected month. The final dashboard page arranges linked views into a two-column layout so users can click a month and instantly see balances, totals, and category breakdowns.
The session also promotes a more feature-rich “Ultimate Personal Finance Checker” template with added capabilities like budgets, due vs. paid expenses, transfer tracking, account tracking (savings, checking, cash, credit cards, investments), recurring costs, and debt tracking. A Q&A addresses category strategy (broader categories tend to be easier), charting limitations in Notion (suggesting third-party chart methods), and goal/reward tracking (often better handled with lighter, manual properties unless it’s debt/loans).
Cornell Notes
The finance tracker is built by linking an income/expenses database to monthly report pages in Notion, then using formulas to compute totals and balances automatically. Expenses are stored as negative numbers and income as positive numbers, making it straightforward to sum everything into a “current balance” per month. Monthly report pages use linked data plus mapped conditional formulas to calculate income, expenses, and current balance, along with a percent-used progress indicator. Linked views provide breakdowns by type (income vs. expense) and by category, filtered to the selected month. The result is a dashboard that updates as new transactions are added, without manual recalculation.
Why are expenses entered as negative numbers in this template, and what benefit does that create?
How does a monthly report page know which transactions belong to it?
What formula pattern is used to calculate monthly income and expenses?
How is the “percent used” progress metric calculated?
What views make the tracker practical for day-to-day use?
How should categories be chosen to keep the system understandable?
Review Questions
- In this template, what changes if expenses are entered as positive numbers instead of negative numbers?
- Describe how the relation between transactions and monthly reports enables the monthly formulas to work.
- What are the three main Notion views created from the income/expenses database, and what purpose does each serve?
Key Points
- 1
Tracking spending helps identify unnecessary expenses, improves budget planning, and supports long-term financial goals.
- 2
Set realistic, motivating goals and break large targets into smaller milestones to stay consistent.
- 3
Categorize expenses (broad categories first) and review them on a regular cadence to spot patterns and cut back.
- 4
In the Notion finance tracker, store income as positive and expenses as negative to simplify totals and balance calculations.
- 5
Link each income/expense entry to a specific monthly report so formulas can compute month-specific income, expenses, and current balance.
- 6
Use mapped conditional formulas (with if conditions) to sum only income or only expenses for the selected month.
- 7
Add linked views and templates so each new month automatically generates filtered dashboards by type and by category.