F2Open the formula in edit modeStart by putting the cell in a state where you can see its contents directly.
Staring at a complex formula in its entirety will not reveal the cause of an error. Evaluating just a portion with F9 makes it much easier to isolate where things go wrong.
Shortcuts you will master in this article
F9 / F2 / Ctrl + Z
Nested IF statements, formulas with lookup functions, and array-returning expressions are difficult to diagnose just by looking at the result. F9 is the means to peek at intermediate results.
It is especially powerful when you want to isolate 'which part is still correct.'
Understand it as a partial-evaluation operation performed inside edit mode.
F2Open the formula in edit modeStart by putting the cell in a state where you can see its contents directly.
Shift + ← →Select only the function or range you want to checkUse Shift+arrow to select the suspicious part — such as an IF condition or a MATCH result.
F9Evaluate only the selected portionView the intermediate result and verify whether it matches expectations.
Esc / Ctrl + ZExit without accidentally committingBe careful not to confirm the evaluated result as the cell's permanent value.
Excel Shortcut Practice
Reading alone won't make them stick. Use KeyboardGym's Excel practice mode to actually type the shortcuts from this article and build lasting muscle memory.
Visit each shortcut detail page to see key positions and usage tips.
| Key | Action |
|---|---|
F2 | Edit Cell |
Ctrl + Z | Undo |
F9 | Recalculate Workbook |
A. If you confirm the evaluated result while in edit mode, it replaces the formula. Always use Esc or Undo after inspecting.
A. Long nested expressions and formulas where you need to inspect an intermediate lookup result.
A. Ctrl+` shows formulas across the entire sheet; F9 lets you inspect one specific part of one formula in fine detail.
A. Reading alone won't make them stick. Use KeyboardGym's Excel practice mode to actually type the keys and switch between difficulty, category, and review practice for faster retention.