Unit 2 · Unit 2: The Front End
The control panel of a model: a clean assumptions tab, a sharp executive summary, and scenarios you flip with a single switch.
Every number you choose belongs in one labelled, organised place.
The assumptions tab is the steering wheel of the model. Every value you choose — growth rates, margins, tax rate, working-capital days, payout policy — lives here, grouped logically and clearly labelled. The rest of the model only references these cells; it never contains a hard-coded input. This is the discipline from Unit 1 made concrete.
The blue-font convention On a Wall Street desk, blue font means 'this is an input you can change' and black means 'this is a formula — don't touch.' It lets anyone open your model and instantly see what's drivable.
Cover page, titles, headers/footers, and consistent number formats make a model credible.
Presentation is not vanity. A clean cover page, centred section titles, consistent number formatting, and proper headers and footers tell the reader that the person who built the model is careful — and careful modellers make fewer mistakes. Sloppy formatting invites doubt about the numbers themselves.
Why presentation = credibility A model is a communication tool. If a reader trips over inconsistent formatting, they stop trusting the analysis. Consistency is a proxy for rigour.
Drive Base / Bull / Bear from a single switch instead of editing inputs by hand.
A serious model doesn't have one set of assumptions — it has several cases (Base, Bull, Bear) and a way to switch between them instantly. The 'live case' is the set of assumptions currently feeding the model. The CFA course teaches four common ways to build this switch in Excel.
| Method | How it works | Trade-off |
|---|---|---|
| IF / nested IF | IF(switch=1, base, IF(switch=2, bull, bear)) | Simple but clumsy past 2–3 cases |
| CHOOSE | CHOOSE(switch, base, bull, bear) | Clean for a fixed, ordered set of cases |
| INDEX / MATCH | Match the case name, index the column | Flexible, name-driven |
| OFFSET | Offset from a base column by the switch | Powerful but volatile / fragile |
Combo boxes and data validation The combo box (or a data-validation dropdown) is just a friendly way to set the switch cell. The magic is the lookup behind it — the control itself does nothing on its own.
A one-screen story: thesis, key drivers, and the headline outputs.
The executive summary is the one page a busy reader actually looks at. It states the thesis, surfaces the handful of assumptions that matter, and shows the headline outputs — revenue and EPS trajectory, free cash flow, and the valuation conclusion. Everything else in the model exists to support this page.
Always live, never stale In Excel the summary is wired by hand and quietly drifts out of date. In the tool the summary and charts are generated from the live model, so they update the instant you change an assumption or flip a scenario.