Excel Formula Management Tools
Formula jumping
Ctrl + Shift + J Jump to first precedent
Ctrl + Shift + K Jump back to original cell
Quickly navigate between the first precedent of a selected formula and the
original cell. The
first precedent is the first cell that the formula references to and is
dependent on. This feature
is useful for quickly navigating through formulas to understand dependencies and
relationships between cells.
Exact copy paste formulas
Alt > X T C E Copy exact
Alt > X T P E Paste exact
Copy and paste formulas exactly as they are composed in the original cell,
treating all relative references as absolute.
While building a model, if you would like to reuse formulas while keeping the
references intact, you would use absolute references as indicated
by the dollar sign prefix.
However, during development, the use of relative references may significantly
speed up the development process as the user
can extrapolate formulas to the whole range without much effort.
This feature allows the user to use both absolute and relative references while
building the calculations, but still
copy the whole formula range as if all references were absolute.
Quickly enable / disable formulas
Alt > X T F D Formula disable
Alt > X T F E Formula enable
Quickly disable and enable formulas in a selected range. While building a model,
it can be useful to
disable formulas you don't need anymore, but which you don't want to delete yet
in case you would need them later.
In case of circular references or resource-intensive formulas, it can be useful
to temporarily disable some formulas
during development.
Formula Disable will attach a prefix apostrophe to each of the
in the selected range, thereby rendering them inactive.
Formula Enable will remove the apostrophe prefix if present,
thereby rendering the formulas active again.