Upload two versions of a spreadsheet, pick a key column to match rows by, and download a report with every changed, added, and removed value highlighted.
Opening two versions of a spreadsheet side by side and hunting for the differences is slow and easy to get wrong. This tool reads both files, matches the rows up, and hands back a single Excel workbook that spells out every change: which cells differ, what they used to say, what they say now, and which rows were added or removed entirely.
You choose a key column — an ID, an email address, a SKU, anything unique to each record. Rows are paired using that key rather than the order they appear in, so a file that has been re-sorted between versions still compares correctly. A row whose key exists in one file but not the other is reported as added or removed, rather than as a wall of false changes.
One workbook with five sheets:
Values are normalised before being compared, so 42000 and 42000.0 do not count as a change, a blank cell and an empty cell are treated as the same thing, and leading or trailing spaces are stripped. The aim is a list of changes that are all worth reading, rather than one padded out with formatting noise
No. Columns common to both sheets are compared, and the tool also reports which columns exist in only one of the files — so a renamed or dropped column is obvious rather than silently ignored.
Results. A formula is read as the value it currently produces, which is normally what you want when checking whether the numbers moved.
Keys are expected to be unique to each row. Where the same key appears more than once, matching becomes ambiguous — Detect Anomalies will find repeated values in a column that ought to be unique.
.xlsx and .xlsm, up to 10 MB per file, two files per comparison. Three comparisons a month without an account.
Both are processed for your session and deleted within the hour. Neither is kept, shared, or used for anything else.