Home / Guides / What Is a Precedent in Excel?

What Is a Precedent in Excel?

Excel Glossary · Updated June 2026

A precedent in Excel is a cell that another formula reads from, meaning it feeds a value into that formula's result. If C1 contains =A1+B1, then A1 and B1 are precedents of C1. Precedents define the inputs to a calculation and determine the order in which Excel recalculates the sheet.

Precedents vs Dependents

Precedents and dependents describe the two directions of a formula relationship. A precedent flows into a formula, and a dependent flows out of it. In =A1+B1 stored in C1, the cells A1 and B1 are precedents of C1, while C1 is a dependent of A1 and B1.

The distinction matters because they answer different questions. You trace precedents to ask what a number is built from, and you trace dependents to ask what would break if you changed a number.

Why Precedents Matter in Financial Models

Financial models are long chains of precedents. A valuation output traces back through free cash flow, which traces back through revenue and margin assumptions, which trace back to raw driver cells. Understanding precedents is how you verify that a headline number is actually built from the inputs you expect.

Precedents also drive Excel's calculation engine. Excel builds a dependency tree from precedent relationships so it can recalculate cells in the correct order. When that tree loops back on itself you get a circular reference.

How Excel Shows Precedents

Native Excel offers Trace Precedents on the Formulas tab, which draws blue arrows from the selected cell to the cells it reads. The arrows are useful for a single cell but get cluttered fast, and they cannot follow a reference onto another sheet or into another workbook without extra clicks on the dotted-line icon.

For multi-step chains you often want to walk precedent to precedent quickly rather than reading a tangle of arrows. That is where a dedicated trace tool helps.

Tracing Precedents With ModelMint

ModelMint's Formula Trace shows the precedent tree for any cell as a readable, navigable outline rather than a screen of arrows. You can expand each input, follow it to its own precedents, and step across sheets and workbooks without losing your place. Arrow-key navigation lets you walk the chain from output back to source in seconds.

Because it runs locally inside Excel 2016 and later on Windows, the trace works on your real model with no upload and no telemetry.

Do it in one click

Formula Trace

Walk the precedent tree of any cell as a navigable outline, across sheets and workbooks.

Get ModelMint See how it works

FAQ

What is the shortcut to trace precedents in Excel?

Press Ctrl+[ to select the precedents of the active cell directly, or use Formulas > Trace Precedents to draw arrows. ModelMint's Formula Trace shows the full precedent tree as a navigable outline instead.

What is the difference between a precedent and a dependent?

A precedent is a cell that a formula reads from (an input), while a dependent is a cell whose formula reads the current cell (an output). Precedents flow in, dependents flow out.

Can a precedent be on another sheet?

Yes. A formula can read from another sheet or even another workbook, so its precedents can live anywhere. Native trace arrows handle cross-sheet precedents awkwardly, which is why a tree view is easier to follow.