MENU
Donate

Free ebook

Free ebook: Data Cleaning in Excel

Fix messy imported data fast — remove duplicates, strip extra spaces, split columns, repair dates, and turn raw exports into analysis-ready tables.

Get the ebook

Free tools

There's a free tool for this

Formula builder, formula explainer, CSV cleaner, and 8 more browser tools — no upload, no sign-up.

Browse free tools

Templates & data

Want to practice this yourself?

Free .xlsx templates and practice datasets — direct download, no sign-up.

Browse templates & datasets

Tip

Looking for something specific?

Search finds functions, articles, courses, and directory entries from one box — the icon lives in the header.

Try search
=ARTICLES

Clean a bank statement export in Excel

=YOUTUBE

Watch alongside this article

Public YouTube resources matched to this article's topic, functions, and practice goal.

video / Intermediate

Excel Automation: Bank Reconciliation Made EASY with Power Query (No VLOOKUP Needed)

Data Future Academy

Open on YouTube (opens in a new tab)
Data Future Academy

Loading preview…

Bank statement exports are useful, but they often need cleanup before they can be reconciled or summarized.

Import instead of opening directly

Opening a CSV by double-clicking can change dates, account numbers, and codes. Use Excel import tools or Power Query when the file has sensitive formats.

Preserve important fields

Watch for:

  • Leading zeros in account or reference numbers
  • Dates interpreted in the wrong format
  • Negative amounts imported as text
  • Currency symbols mixed into amount fields
  • Extra spaces in transaction descriptions

Split useful information

If the description column contains merchant names, references, or payment channels, split the parts into separate helper columns. Keep the raw description too, because it may be needed for audit support.

Add reconciliation fields

Add columns such as category, matched invoice, reviewed by, and notes. A cleaned statement should support follow-up, not only arithmetic.

=PRACTICE

Go deeper with this skill

Bring outside data into Excel without losing structure, types, or auditability. For this article, the goal is to practice: Import bank CSV files, preserve important fields, clean descriptions, and prepare transactions for reconciliation.

Practice workbook setup

Use a CSV, bank export, or system report copied into a raw-data sheet.

Practice workflow

  1. Keep the original export untouched.
  2. Identify delimiter, date format, currency format, and ID columns before cleaning.
  3. Convert imported data into a table or Power Query output.
  4. Document any manual corrections separately.

Quality checks

  • Dates, amounts, and IDs imported in the expected format.
  • Row counts match the source or have documented exclusions.
  • The refresh or re-import process can be repeated.

Common mistakes

  • Letting Excel auto-convert IDs, codes, or dates incorrectly.
  • Deleting source rows without keeping a raw copy.
  • Pasting over formulas during the next import.

Next actions

  • Create a repeatable import checklist.
  • Move recurring imports into Power Query when possible.

Formula focus: test TRIM(), LEFT(), RIGHT() with normal rows, blank inputs, and at least one edge case.