Excel

Excel data cleaning checklist

Cleaning is not cosmetic. Most wrong analyses trace back to one of the six problems below.

Updated September 20, 2026

The six problems

ProblemHow to detectFix
Trailing spacesLEN vs LEN(TRIM())Trim every text column
Numbers as textISNUMBER on a sampleStrip separators and convert
Duplicate rowsCOUNTIFS on the keyDe-duplicate on the key, not the whole row
Inconsistent categoriesUnique value listMap to a controlled list
Mixed date formatsSort and inspect endsConvert to ISO dates
Blanks that mean zeroCount blanks per columnFill deliberately, and document it

Rules for cleaning safely

  • Never clean in place over the only copy of the raw data
  • Prefer repeatable steps over manual edits so the next file is quick
  • Record every assumption, especially blank handling
  • Re-profile after cleaning to confirm what changed

Frequently asked questions

Should blanks become zero?

Only when a blank genuinely means zero. If it means unknown, filling with zero biases averages and totals.

Related reading

Analyze your data with AI

Open the GridMind workspace, bring in a CSV, Excel file or your Power BI model, and let AI build the formulas, charts and dashboards for you.