How to Trace Precedents in Excel
Precedents are the cells a formula reads from. When you inherit a model and need to know where a number comes from, tracing precedents is the fastest way to follow the logic back to its inputs. Here are the built-in ways to do it, plus a quicker approach for deep formula chains.
Use the Trace Precedents arrows
Excel ships with a visual auditing tool that draws arrows from a formula to the cells it depends on.
Each blue arrow runs from a precedent cell to the formula that uses it, and you can double-click an arrow to jump to the cell at its other end.
- Select the cell with the formula you want to inspect.
- Go to the Formulas tab and, in the Formula Auditing group, click Trace Precedents.
- Excel draws blue arrows to each direct precedent. Click Trace Precedents again to step back another level.
- Click Remove Arrows when you are done.
Reading the trace arrows
A solid blue arrow points from a precedent to the formula that depends on it, so the arrowhead sits on the cell you selected. If that cell returns an error, Excel draws a red arrow from the cell that first caused it, which is a fast way to find the source of a #REF! or #DIV/0!.
A dashed black arrow ending in a small worksheet icon means the precedent lives on another worksheet or in another workbook. Double-click that dashed arrow to open a Go To list and jump straight to the off-sheet cell.
Jump to precedents with the keyboard
For a quick hop without arrows, select the formula cell and press Ctrl+[ (Control and the left square bracket). Excel selects every direct precedent at once, even across sheets. Press F5 then Enter to jump back to where you started.
Why the built-in tools slow you down
Arrows get noisy fast on a real model, and the keyboard shortcut selects precedents but does not let you walk the tree one layer at a time. On a formula that is five or six references deep, you lose your place quickly.
Trace a formula layer by layer with ModelMint
ModelMint turns tracing into a clickable tree. Select a cell, open Formula Trace, and step through precedents one level at a time with the arrow keys. Excel keeps its native selection box on the live cell, and the reference lights up right in the formula bar, so you never lose context.
Formula Trace
Walk a formula's precedents or dependents one layer at a time with the arrow keys, with the live reference highlighted in the formula bar.
Get ModelMint See how it worksFAQ
What is the shortcut to trace precedents in Excel?
Select the formula cell and press Ctrl+[ to select all of its direct precedents, including ones on other sheets. Press F5 then Enter to return to the original cell.
What is the difference between precedents and dependents?
Precedents are the cells a formula reads from (its inputs). Dependents are the cells that read from the selected cell (its outputs). Trace precedents to follow logic backward, and trace dependents to see what a change would affect.
Why are some trace precedent arrows dashed?
A dashed arrow that ends in a small worksheet icon means the precedent is on a different worksheet or another workbook. Double-click the dashed arrow to open a Go To dialog, then pick the reference to jump to it.