How to Audit a Formula in Excel
Auditing a formula means working backward from a result to confirm every input is what you expect. Excel ships with tracing tools, but they draw arrows you have to read across the whole sheet. This guide covers the built-in approach and a faster way to walk the chain one layer at a time.
Start with the formula itself
Select the cell and look at the formula bar. Press F2 to enter edit mode, which color-codes each referenced range so you can see at a glance which cells feed the result.
If the formula is long, widen the formula bar with Ctrl+Shift+U or drag its bottom edge. Reading the references is the cheapest audit you can do, and it often surfaces the problem before you trace anything.
Trace precedents and dependents with built-in tools
Excel's auditing tools live on the Formulas tab in the Formula Auditing group. They draw arrows from a cell to its inputs and outputs.
- Select the cell you want to audit.
- Click
Trace Precedentsto draw arrows from the cells that feed this formula. - Click
Trace Dependentsto draw arrows to the cells that rely on this one. - Double-click an arrow to jump to the cell at the other end.
- Click
Remove Arrowswhen you are done so the sheet is readable again.
Use Evaluate Formula for step-by-step logic
When the formula is correct in structure but wrong in result, Evaluate Formula on the Formulas tab walks the calculation one operation at a time.
Each click resolves the innermost reference, so you can watch where a number turns into something you did not expect. This is the tool for nested IF and lookup logic that returns a plausible but wrong value.
Walk the chain faster with Formula Trace
Excel's arrows clutter the sheet and dotted blue lines for cross-sheet links are hard to follow. ModelMint's Formula Trace opens a small window and lets you step through precedents one layer at a time using the arrow keys, highlighting the source cell as you go.
Because it follows links across sheets without redrawing the whole map, you keep your place while you confirm each input. There is no faster way to confirm that a single output traces back to clean assumptions.
Confirm the inputs are assumptions, not surprises
The point of an audit is to land on inputs you trust. When you reach the bottom of the chain, every leaf should be a deliberate assumption cell, not a number someone typed inside a formula.
If a precedent turns out to be another formula referencing a stale tab, you have found your bug. Note it, fix the reference, and re-trace to confirm the result moves the way you expect.
Formula Trace
Walk a formula's precedents one layer at a time with the arrow keys.
Get ModelMint See how it worksFAQ
What is the difference between precedents and dependents?
Precedents are the cells that feed into a formula. Dependents are the cells that rely on the formula's result. Auditing a value means tracing its precedents; checking the impact of a change means tracing its dependents.
Why are Excel's tracer arrows hard to use in big models?
The arrows are drawn on the worksheet, so a formula with many inputs covers the screen, and cross-sheet links collapse into a single dotted line you cannot follow without double-clicking it.
Can I audit a formula without changing anything in the workbook?
Yes. Tracing, Evaluate Formula, and ModelMint's Formula Trace are all read-only. They never alter cell values or formatting, so you can audit a live model safely.