How to use this office tool
- Choose an Excel workbook that contains formulas.
- Start the dependency scan.
- Review detected paths and download the XLSX warning report for follow-up.
Inspect Excel formulas for direct and multi-cell circular reference paths, then export a workbook report with the cells involved in each detected cycle.
The checker builds a dependency graph from A1-style references in formulas and searches for cycles within each workbook. It warns about likely circular paths without recalculating formulas.
Named ranges, structured references, external workbooks, and dynamic references such as INDIRECT may require manual review.
Files are processed locally. XLSX and XLS workbooks are read with SheetJS; CSV and TSV files are parsed with delimiter-aware handling. Advanced Excel features may not be preserved in generated files.
| Format | Support |
|---|---|
| XLSX / XLS | Read workbook values and formulas |
| CSV / TSV | Read delimited rows |
| Output | New downloadable file or report |
It can find multi-cell cycles expressed with ordinary A1-style references, including references between worksheets.
No. It analyzes formula references and does not reproduce the Microsoft Excel calculation engine.
They are not resolved reliably in this browser version and should be inspected manually.
Dynamic references created at calculation time may be missed because their targets are not explicit in the formula text.
It lists each detected cycle, its length, and the ordered workbook cells involved in the path.
| Stage | Action |
|---|---|
| Input | One workbook |
| Privacy | Local browser processing |
| Result | New downloadable output |