JustHandled Labs
// Business & Operations

Spreadsheet Formula Change Auditor

Compare two XLSX versions for formulas replaced by values, formula-family drift, broken references, new cycles, and workbook-control changes.

What problem does Spreadsheet Formula Change Auditor solve?

A spreadsheet can still open and show plausible totals after a formula was pasted over, a relative reference drifted, a name changed, or calculation mode became manual.

Use it to

What it returns

A representative input and result

fixture-backed sample
input Before: Model!C3 contains =A3*B3, D2 contains =C2*$B$1, workbook calculates automatically. After: C3 contains 999, D2 contains =D2+$B$1, E2 contains =#REF!+1, calculation mode is manual.
result Release gate: BLOCK Critical: formula replaced by value at Model!C3. Critical: new dependency cycle at Model!D2. Critical: #REF! at Model!E2 and manual calculation mode. High: formula and defined-name changes require owner reconciliation.

Access and approval boundaries

Known limitations

Questions

Does it need Microsoft Excel installed?

No. It reads the standard XLSX ZIP and XML structure locally with Python 3.

Will it change or recalculate my workbook?

No. Both workbooks remain read-only. The helper does not launch Excel, calculate formulas, run macros, or refresh connections.

What is a formula-family outlier?

It is a formula whose relative A1-reference pattern differs while the immediately adjacent formulas in the same column share one pattern.

Can a CLEAR result prove the workbook is correct?

No. CLEAR means no covered before-and-after difference was found. Unchanged formulas can still be wrong, and cached values can be stale.

Does it support password-protected or legacy Excel files?

No. Version 1 supports unencrypted .xlsx files. Convert or decrypt authorized files in the application of record first.

What should I do with an intentional formula change?

Tie it to an owner-approved requirement, recalculate in the application of record, verify representative results, and preserve the disposition with the audit.

Spreadsheet Formula Change Auditor keeps proof and approval boundaries visible.

The listing includes the tested package, realistic samples, declared permissions, and known limitations.

Get Spreadsheet Formula Change Auditor on Agensi