Convert your credit card statement PDF to Excel, then analyze spending by merchant, category, and month with pivot tables. Any card issuer, any country — free, no signup.
Once your credit card PDF is converted to Excel, every transaction becomes a structured data point you can slice any way you want. No special software — just Excel or Google Sheets formulas and pivot tables you already know.
Pivot table: Rows = Merchant, Values = Sum of Amount. Sort descending — see exactly where your money goes.
Group Date by month in a pivot table. Chart the result to spot seasonal patterns and spending spikes.
Add a Category column using VLOOKUP from a merchant lookup table. Pie chart: Food, Travel, Shopping, Utilities, Subscriptions.
Sort by Count of transactions per merchant. Recurring monthly charges surface immediately — cancel what you forgot about.
Sort Amount descending. Top 10 rows show your biggest transactions — verify each is expected.
Filter by unknown merchants. Use conditional formatting on repeated merchant + amount + close date combos to surface duplicates.
Upload credit card PDF above — download clean Excel with Date, Merchant, Amount
Select all data → Insert → Pivot Table → Merchant in Rows, Amount (Sum) in Values
Create a merchant lookup table, VLOOKUP to add Category column, pivot by category
Column chart for monthly trends, pie for category split — share with your accountant or team
Amex statements include a detailed merchant category code (MCC) and a human-readable category on some card types. Our converter extracts the merchant description, transaction date, and amount. For Amex business cards (Business Gold, Platinum, Blue Business Cash), corporate card cardholder names are also extracted where present.
Chase statements (Sapphire Preferred, Freedom Flex, Ink Business) include transaction dates, post dates, merchant names, and amounts. The converter handles multi-page Chase statements and produces a single clean Excel file covering the full statement period.
Citi card statements (Double Cash, Strata Premier, Costco Anywhere, Diamond Preferred) are fully supported. Citi formats transaction descriptions consistently — city codes are stripped where present so merchant names are clean for pivot analysis.
HDFC Bank credit card statements (Regalia, MoneyBack+, Millennia, Infinia) are extracted with INR amounts, DD/MM/YYYY date formatting, and reward point rows excluded from transaction data. GST/service charges on annual fees are extracted as separate line items.
ICICI credit card statements (Amazon Pay, Coral, Sapphiro, Emeralde) are fully supported. The dedicated ICICI extractor handles both the current and savings card formats, cleaning Dr/Cr suffixes and removing header/footer rows automatically.
Barclaycard statements are extracted with GBP amounts and UK date formatting. Foreign currency transactions show both the original currency amount and the converted GBP amount in separate columns for FX analysis.
To analyze a full year of credit card spending:
This is one of the most valuable credit card analyses. In your converted Excel:
=COUNTIF($B:$B,B2) — how many times this merchant appears.Most users find 2–5 forgotten subscriptions this way — streaming services, trial offers that auto-renewed, or SaaS tools from old projects.