THE FIELD GUIDES · 29 PRACTICAL ANSWERS

Excel, Google Sheets
& CSV guides.

Bring files into Excel and Google Sheets, clean up the awkward bits, and check what changes when you export. Start with the problem you see.

01

CSV structure & imports

Find the right delimiter, count records, and handle quotes without shifting your data.

4 guides
02

Numbers & identifiers

Keep IDs exact and make quantities behave like the numbers they are.

4 guides
03

Dates & regional formats

Separate dates from codes, resolve day–month ambiguity, and sort in the right order.

4 guides
04

Text & Google Sheets cleanup

Deal with broken accents, invisible spaces, duplicate rows, and missing fields.

5 guides
05

Compare & combine files

Combine monthly exports, find missing IDs, and choose the right matching operation.

8 guides
4 min read · Worked example

Power Query Append vs Merge: Stack Rows or Match Columns?

Choose append or merge for spreadsheet exports with a small order example, expected row counts, duplicate-key checks and practical Power Query steps.

Read the guide
4 min read · Worked example

Combine CSV Files in Excel with Power Query: A Folder Workflow

Combine monthly CSV exports through Power Query with a source-file column, schema checks and an exact row-count example you can reconcile after refresh.

Read the guide
4 min read · Worked example

Compare Two CSV Files in Python: Find Added and Missing IDs

Compare old and new CSV snapshots by a unique text ID with a local Python script, exact sample results and checks for duplicate keys and mismatched rows.

Read the guide
4 min read · Worked example

VLOOKUP returns #N/A for IDs that look identical: what to check

Diagnose VLOOKUP #N/A with exact-match settings, text-versus-number checks, hidden-space tests and a small SKU example that preserves meaningful zeros.

Read the guide
5 min read · Worked example

VLOOKUP Between Two Sheets in Excel: Exact Matches and Missing IDs

Pull a value from another Excel sheet with VLOOKUP. Lock the source range, check duplicate IDs, and distinguish a missing match from a blank or zero.

Read the guide
5 min read · Worked example

XLOOKUP with Multiple Criteria in Excel: Match Two Columns

Match two Excel columns with XLOOKUP, count duplicate matches, and handle empty criteria or return cells. Includes a FILTER option for all matches.

Read the guide
5 min read · Worked example

Google Sheets QUERY GROUP BY: Sum by One or More Columns

Group Google Sheets rows with QUERY and SUM. Set input headers explicitly, group by two columns, exclude blank keys, and check mixed-type amounts.

Read the guide
8 min read · Worked example

Compare Two Lists in Excel: Find Missing IDs and Duplicate Counts

Compare two lists in Excel for missing values and matches. Highlight differences, extract results, compare sheets and audit duplicate counts with sample CSVs.

Read the guide
06

Convert & export data

Move between CSV, XLSX, JSON, and TSV with explicit rules for what stays and what changes.

4 guides