In Excel: select the cell and click Formulas ▸ Trace Precedents to draw arrows from everything it reads; Trace Dependents draws arrows to everything that reads it.
Select the formula cell you want to understand.
Formulas ▸ Formula Auditing ▸ Trace Precedents; click it again to walk one level further back.
Use Trace Dependents on an input cell to see what would break if you changed it.
Double-click a dashed arrow to list the off-sheet sources and jump to one of them.
Clear the drawing with Remove Arrows, and use Ctrl+[ and Ctrl+] to jump directly to precedents or dependents without arrows at all.
Need it as an auditable file?
Ships inside the linked template — formula-driven, unlocked, audit-ready.
What this does
The Formula Auditing group draws the dependency graph on top of the grid. Blue arrows point from the feeding cells into the selected formula; a dashed arrow ending in a small worksheet icon means the source is on another sheet or in another workbook, and double-clicking that arrow opens a Go To list of the actual addresses. Remove Arrows clears the drawing, and Evaluate Formula steps through the calculation one operation at a time. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. Treat “trace formula in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected formula shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a calculation you can defend to a CFO or an auditor into a method you can reuse, explain, and defend when the workbook leaves your screen.
A worked example
A total reads 3% high. Select it and click Trace Precedents twice: the first pass shows it sums D2:D40, the second shows D37 is itself a formula reaching into last month's sheet. The dashed arrow is the answer — a row was copied with its cross-sheet link intact. Inheriting a workbook means guessing which cells matter, and two clicks of Trace Precedents answers that faster than reading any formula. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.
In Google Sheets
Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. Here is the takeaway for “trace formula in excel”: copy the answer if you are busy, but if you have a spare few minutes, rebuild the example in Excel yourself with the tool above open beside it. That single pass — type it, run it, watch the result move when you change an input — is what turns a formula you found into a technique you trust. Keep your inputs labelled and referenced, never hard-coded, and the same sheet stays correct and auditable as it grows. Done that way, you will not need to look this up again, and you will be the person others ask.
Common mistakes
- Leaving arrows on the sheet and then screenshotting it for a report — they clutter the view but never print.
- Expecting to trace into a closed workbook; external precedents can only be followed while the source file is open.
- Confusing it with Show Formulas, which reveals formula text but says nothing about dependencies.
- Auditing a long chain cell by cell instead of adding the key cells to the Watch Window and reading them together.
Frequently asked questions
What is the shortcut for precedents?
Ctrl+[ selects the precedent cells directly, Ctrl+] selects dependents. F5 then Enter jumps back to where you started.
What does the dashed arrow with a sheet icon mean?
The formula reads a cell on another sheet or in another workbook. Double-click the arrow to see the addresses.
How do I remove all the arrows?
Formulas ▸ Remove Arrows, which has a dropdown for removing only precedent or only dependent arrows.
Do tracer arrows print?
No. They exist on screen only, which makes them safe to leave while you work but useless in documentation.