Troubleshooting
It is unprofessional to share a model that is full of errors. You should always check your model for errors and then take steps to correct them.
The following are guidelines to follow when errors are detected in your model:
- Precedents are those cells that have been referred to in arriving at the value in a particular cell.
- Dependents are those cells that have included the cell in focus in their formula.
The following illustration will be used to explain this further:
Look at cell K8
. The formula in that cell is =K6*(1-$D$7)
. The formula relies on the contents of cells K6
and D7
, which makes them precedents of cell K8
. On the other hand, cell K8
is a dependent of both cells K6
and D7
.
On the formula ribbon, in the formula auditing group, selecting trace precedents or trace dependents reveals thin blue arrows linking a cell to either its precedents or...