Blog/Bank Guides/How to Convert M&T Bank Statements to Excel
๐Ÿฆ

How to Convert M&T Bank Statements to Excel

8 min readJuly 25, 2024

Quick Answer: To convert your M&T Bank statement to Excel, download the PDF or CSV from M&T Bank Online, then upload it to QuickBankConvert. QuickBankConvert handles M&T's statement format, strips header and footer noise, and delivers a clean, Excel-ready CSV file in seconds.


Why M&T Bank Statement Data Is Hard to Export Cleanly

M&T Bank is a major regional bank serving customers from the Mid-Atlantic to New England, including a large footprint in Maryland, New York, Pennsylvania, and Virginia. If you've tried to get M&T Bank transaction data into a spreadsheet, here's what makes it more challenging than it should be:

  • Complex PDF table structure: M&T Bank statements use multi-column, print-optimized PDF layouts. The column boundaries, font rendering, and page layout decisions that make paper statements easy to read make automated extraction error-prone.
  • Separate debit and credit columns: Like many traditional banks, M&T Bank PDFs use distinct "Withdrawals" and "Deposits" columns. When extracted to a flat CSV, you end up with two sparse columns instead of a single usable Amount column.
  • Account summary sections mixed with transactions: M&T Bank statements include opening/closing balance summaries and fee disclosure sections that intersperse with transaction data. Generic parsers can't distinguish between summary rows and transaction rows.
  • Merchant description clutter: M&T Bank transaction descriptions contain authorization codes, card type indicators, and location data that make raw output difficult to categorize.
  • People's United Bank legacy formats: Following M&T Bank's acquisition of People's United Bank, some customers may have statements in both formats. QuickBankConvert handles both.

QuickBankConvert processes M&T Bank PDFs and CSV exports and delivers clean, analysis-ready data without any manual cleanup.


How to Download Your M&T Bank Statement

Downloading a PDF Statement

  1. Log in to M&T Bank Online at mtb.com
  2. Select your checking or savings account from the account summary
  3. Click Account Statements or eStatements from the left navigation
  4. Choose the statement period โ€” M&T typically provides 18-24 months of eStatements
  5. Open the PDF and save it to your computer

Tip: M&T Bank requires eStatement enrollment to access statements online. If you've been receiving paper statements, consider enrolling in eStatements for easier online access and a longer history window.

Downloading a CSV from M&T Bank

  1. Log in to mtb.com and navigate to your account
  2. Click Transaction History or Activity
  3. Look for a Download or Export button above the transaction list
  4. Select your date range and choose CSV format
  5. Click Download

M&T Bank's native CSV includes Date, Description, Debit, Credit, and Balance columns. The split Debit/Credit structure needs to be merged for most Excel analysis workflows โ€” something QuickBankConvert handles automatically.


Converting M&T Bank Statements with QuickBankConvert

QuickBankConvert processes M&T Bank PDFs and native CSV exports. No configuration needed.

Step 1: Open QuickBankConvert

Go to QuickBankConvert. No account required.

Step 2: Upload Your M&T Bank Statement

Drag and drop your PDF or CSV onto the upload zone, or click Browse to select the file. QuickBankConvert handles multi-page M&T Bank PDFs, including those with People's United Bank legacy formatting.

Step 3: Review the Parsed Preview

After processing, the preview shows your extracted transactions. For M&T Bank statements, the tool will have:

  • Merged Debit and Credit columns into a single signed Amount column
  • Removed opening/closing balance summary rows that aren't transactions
  • Stripped page headers and footers from every page
  • Normalized dates to YYYY-MM-DD format
  • Cleaned descriptions by removing authorization codes and trailing identifiers

Verify a few rows against your original statement before downloading.

Step 4: Download the Clean CSV

Click Download CSV for a cleanly structured output file:

DateDescriptionAmountBalance
2025-10-01WEGMANS #0412-94.213,480.00
2025-10-03DIRECT DEPOSIT2,800.006,280.00
2025-10-07NETFLIX-17.996,262.01

Step 5: Open in Excel

Double-click to open in Excel. If the data appears in one column, use Data โ†’ Text to Columns โ†’ Delimited โ†’ Comma.


M&T Bank Statement Format Quirks

Separate Debit and Credit Columns

M&T Bank PDFs and native CSVs use "Withdrawals" and "Deposits" as separate columns. Each transaction has a value in only one of these columns. QuickBankConvert merges them into a single signed Amount column (withdrawals as negative, deposits as positive) โ€” the format that works with Excel SUM, SUMIF, and PivotTable functions.

Account Summary and Fee Sections

M&T Bank statements include sections for monthly fees, interest earned, and overdraft protection summaries. These appear as rows in the PDF table but are not transactions. QuickBankConvert identifies and removes these summary rows.

People's United Bank Legacy Format

After M&T Bank acquired People's United Bank, some customers received statements in the People's United format temporarily. QuickBankConvert handles both formats โ€” upload either type and get a consistent CSV output.

Check Transaction Details

M&T Bank includes check transactions with check numbers in the description. These are preserved in the QuickBankConvert output so you can cross-reference against your check register or verify specific payments.


M&T Bank Native Export vs. QuickBankConvert

FeatureM&T Native CSVQuickBankConvert
File formatsCSV onlyPDF and CSV
Date rangeRecent periodsAny statement available
Debit/credit mergingTwo separate columnsSingle signed Amount
Summary row removalNot applicableAutomatic
Date normalizationNot alwaysAlways YYYY-MM-DD
Multi-page PDF supportNot applicableFull support
Legacy format supportN/APeople's United & M&T
CostFreeFree

Putting M&T Bank Data to Work in Excel

Monthly Expense Tracking

Add a Category column to your M&T transaction data and label each row (Groceries, Utilities, Transportation, Entertainment). Use a PivotTable to sum spending by category per month โ€” a powerful and fast way to build a monthly expense report.

Set Up a Cash Flow View

With clean signed Amount data, you can track cash flow directly in Excel. Sum all positive Amounts (deposits/income) and all negative Amounts (withdrawals/expenses) for each month:

=SUMIF(C:C,">"&0,C:C)   ' Total income
=SUMIF(C:C,"<"&0,C:C)   ' Total expenses

The difference gives you net cash flow for the period.

Spot Fraudulent or Unexpected Charges

Sort the Description column alphabetically and scan for unfamiliar merchants. Filter by Amount for charges under $5 (a common pattern for test charges before larger fraud). Review any transaction you don't recognize.

Build a Multi-Year Financial View

Process each month's M&T statement separately through QuickBankConvert, paste all rows into one Excel workbook, sort by Date, and remove duplicates. You'll have a complete, structured transaction history for any period you have statements for.

Tip: When combining multi-month M&T Bank data, use Excel's Freeze Panes feature (View โ†’ Freeze Panes โ†’ Freeze Top Row) to keep the column headers visible as you scroll through hundreds of rows.


Start Converting Your M&T Bank Statements Today

Getting M&T Bank data into Excel is a five-minute process:

  1. Log in to mtb.com and download your statement (PDF or CSV)
  2. Go to QuickBankConvert
  3. Upload the file and review the parsed preview
  4. Download the clean, Excel-ready CSV
  5. Open in Excel and start your analysis

For tax preparation, business expense tracking, or personal budgeting, QuickBankConvert makes M&T Bank statement data immediately useful in Excel without any manual cleanup.

Visit QuickBankConvert now and upload your first M&T Bank statement.

Frequently Asked Questions

How do I convert an M&T Bank statement to Excel?
Download your M&T Bank statement from mtb.com as a PDF or use the native CSV export, then upload it to QuickBankConvert. The tool merges debit/credit columns, strips page noise, and delivers a clean Excel-ready CSV.
Does M&T Bank offer CSV downloads?
Yes. M&T Bank allows CSV exports for recent transactions through the Download or Export option in your account's Transaction History view. For older periods or full statement PDFs, use QuickBankConvert.
Does QuickBankConvert handle People's United Bank statements?
Yes. After M&T Bank acquired People's United Bank, some customers had statements in both formats. QuickBankConvert handles both M&T and People's United Bank statement formats, producing consistent CSV output either way.
Why does my M&T Bank CSV have separate debit and credit columns?
M&T Bank uses "Withdrawals" and "Deposits" as separate columns, a common format in traditional bank statements. QuickBankConvert automatically merges these into a single signed Amount column (negative for withdrawals, positive for deposits) that works with Excel formulas.
How many months of M&T Bank statements can I access online?
M&T Bank typically provides 18-24 months of eStatements for enrolled customers. For older statements, contact M&T Bank customer service โ€” older records may be available upon request.

Ready to convert your bank statement?

Free. Private. Instant. Your files never leave your browser.

Convert Your Statement