Trace a cell
trace_cellAudit an Excel cell by viewing its formula and cached value, then trace its precedents and dependents to understand how data flows through the workbook.
Instructions
Audit one cell: its formula and cached value, precedents (cells and ranges it reads), and dependents (formulas that read it, directly or via a range). Address like 'Summary!B14'; unqualified addresses use the first sheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | Yes | Cell address, e.g. B14 or 'Summary!B14' | |
| path | Yes | Path to an .xlsx workbook | |
| max_dependents | No |