Skip to content
getgriddy.ai/blog/how-to-categorize-expenses-in-excel
Excel

How to Categorize Expenses in Excel

Categorize expenses in Excel with clear rules, dropdowns, lookup tables, and review fields so spending reports stay consistent.

·5 min read

Reviewed by Griddy

Updated for current Excel and Google Sheets workflows, with examples chosen to map back to real spreadsheet tasks rather than abstract formula syntax.

Expense categories are what turn a transaction list into something useful.

Without categories, an expense tracker is just a long receipt log. With consistent categories, you can review spend by travel, meals, software, supplies, payroll, or client costs without rebuilding the analysis every month.

Start with a short category list

Do not create 40 categories on day one.

Start with the categories you actually review:

CategoryCommon examples
Travelflights, hotels, taxis, mileage
Mealsclient meals, team meals, coffee
SoftwareSaaS tools, subscriptions, licenses
Officesupplies, equipment, postage
Marketingads, contractors, events, creative
Professional serviceslegal, accounting, consulting
Otherreal expenses that need later review

The goal is not perfect taxonomy. The goal is consistent review.

Use dropdowns for manual categorization

If people are entering expenses by hand, use a dropdown list for the Category column.

That prevents variations like software, Software, SaaS, and Tools from splitting the same kind of spend into separate buckets.

Dropdowns are especially useful in a freelancer expense tracker where the same person is entering expenses quickly between client work.

Use lookup rules for repeated vendors

For recurring vendors, create a small rules table on another sheet:

Vendor containsCategory
UberTravel
AdobeSoftware
Google WorkspaceSoftware
DeltaTravel

Then use a lookup when the vendor name is predictable:

fx
=XLOOKUP(B2, Rules!A:A, Rules!B:B, "Needs review")

In this example, B2 is the vendor field. The formula looks for that vendor in the rules table and returns the matching category.

WATCH OUT

Vendor-based rules are useful, but they are not perfect. A marketplace, card processor, or general retailer may need manual review because the vendor name does not explain the business purpose.

Summarize spending by category

Once the category column is clean, category totals become simple.

If column D is Category and column F is Amount:

fx
=SUMIF(D:D, "Software", F:F)

That returns total software spend.

For a business tracker, it is often better to limit the ranges:

fx
=SUMIF(D2:D500, "Software", F2:F500)

That keeps the formula clearer and avoids unnecessary full-column calculations in larger workbooks.

Add a review category

Every expense system needs a temporary category for uncertainty.

Use Needs review when the vendor or purpose is unclear. That is better than guessing. During month-end review, filter those rows and assign final categories before sending the data to a bookkeeper, manager, or expense report.

The Griddy way

Categorizing expenses manually gets tedious because the same vendor rules, dropdowns, and review exceptions keep coming back.

"Categorize these expenses using Travel, Meals, Software, Office, Marketing, and Needs review, then summarize totals by category"

Griddy can structure the category list, apply the repeatable rules, flag uncertain rows, and build the summary table from the cleaned data.

Skip the manual work

Describe it. Griddy does it.

Instead of writing this formula yourself, just tell Griddy what you need in plain English. Works in Excel and Google Sheets.

Use this on real templates

Make spending categories consistent enough to review

Clean expense categories turn raw transactions into budget insight, tax prep, reimbursement checks, and management review that can be trusted.

Finance