Best Free WordPress Plugins for Beginners in 2026 (Simple Guide)
| Google Sheets Expense Tracker 2026 |
And the best part? You don't need to pay for any software to do it!
This guide will show you how to make an automated expense tracker in Google Sheets step by step.
By the time you finish this guide, you'll have a tracker that you can use right away. It will automatically add up totals, show spending patterns, and even make charts, all in Google Sheets.
Please open Google Sheets and create a new blank spreadsheet.
Now, set up your main columns like this:
Date | Description | Category | Amount | Payment Mode | Notes
You can also create a new tab named “Categories” and list all your spending categories (Food, Travel, Rent, etc).
To make your tracker interactive, you can create a drop-down menu for the “Category” column.
Select all cells in the Category column.
Navigate to the Data menu, then select Data validation, followed by Criteria, and finally choose List from a range.
Select your “Categories” list range from the second sheet.
Now you can pick categories easily from a drop-down menu.
Let’s make your tracker automatically calculate totals for each category.
Create a new sheet named Summary and enter:
Category | Total Spent
Then use this formula to sum expenses by category:
=SUMIF(Sheet1!C:C, A2, Sheet1!D:D)
This formula adds all values from the Amount column (D) where the Category (C) matches the one in A2.
Charts help visualize where your money goes.
To create one:
Select your summary table.
Go to Insert → Chart.
Choose a pie chart or column chart for best results.
You’ll now see a live, auto-updating chart that changes every time you add a new expense!
Use conditional formatting to highlight large expenses:
Select your Amount column.
Go to Format → Conditional Formatting.
Set the rule to “Greater than” and enter a value like 200.
Choose a red background color.
This helps you quickly identify costly transactions at a glance.
Use currency formatting (USD) for the Amount column.
Freeze the top row (View → Freeze → 1 row).
Apply borders and background colors for better readability.
Rename your file (e.g., “Expense Tracker 2025”).
Then go to Share → Copy link if you want to give others access or collaborate.
You can also create a new copy each year: File → Make a copy.
If you want to skip the setup, I’ve also made a simple template you can customize.
👉 Click here to get your free Google Sheets Expense Tracker Template
Q: Can I use this tracker on mobile?
Yes, open Google Sheets on your phone via the mobile app and it syncs automatically.
Q: Can I track income too?
Yes! Just add an Income tab and use similar formulas to track inflows.
Q: What if my totals are wrong?
Ensure your Amount column is formatted as “Number” and formulas are referencing correct columns.
Comments
Post a Comment