How to Use Scenario Manager in Excel
Scenario Manager stores named sets of input values, such as Base, Upside, and Downside, and lets you swap between them and compare results. You tell it which cells change and what each scenario sets them to, then generate a summary that lines up every case side by side. It is a quick way to package a few discrete assumption sets without rebuilding the model.
What Scenario Manager does and when to use it
Scenario Manager saves snapshots of up to 32 changing cells under a name. Showing a scenario writes its stored values back into those cells so the whole model recalculates. You can flip between Base, Upside, and Downside in a couple of clicks.
Use it when you have a small number of distinct cases defined by the same handful of inputs, and you want a clean summary that compares the resulting outputs. It suits board ready Base, Upside, Downside views better than ad hoc copying.
Step by step
Suppose B2 is revenue growth, B3 is gross margin, and B20 is EBITDA. You want three scenarios.
- Go to
Data > What-If Analysis > Scenario Manager. - Click Add, name the scenario
Base, and set Changing cells toB2,B3. - Enter the Base values for those cells and click OK.
- Repeat Add for
UpsideandDownsidewith their own values. - Highlight a scenario and click Show to push its values into the model.
- Click Summary, choose Scenario summary, set Result cells to
B20, and click OK to create a comparison sheet.
| Scenario | Growth (B2) | Margin (B3) | EBITDA (B20) |
|---|---|---|---|
| Base | 8% | 42% | Result |
| Upside | 12% | 45% | Result |
| Downside | 3% | 38% | Result |
The summary report fills in each EBITDA result automatically.
A model use case
Scenario Manager fits a forecast where management signs off on three named cases driven by the same revenue and cost inputs. The Scenario summary gives a one page comparison you can drop into a deck.
Set Result cells to several outputs at once, such as EBITDA, net income, and free cash flow, by separating their references with commas so the summary shows each line for every case.
- Up to 32 changing cells per scenario.
- Showing a scenario overwrites the live input cells with stored values.
- The summary report is a static snapshot; rerun it after changing the model.
When to prefer a switch instead
Scenario Manager hides assumptions inside a dialog, which makes audit and version control harder, and its summary does not refresh on its own. For most working models a visible switch is cleaner.
Build a single cell, say B1, holding 1, 2, or 3, then drive each input with =CHOOSE($B$1, base, upside, downside) or an INDEX across a small table of cases. The active case is obvious on the sheet, every value is visible, and results update live as you edit. Reserve Scenario Manager for quick throwaway comparisons.
Formula Trace
When you Show a scenario, Formula Trace maps how the swapped input cells flow into each result so you can confirm the right outputs moved.
Get ModelMint See how it worksFAQ
How many changing cells can a scenario have?
A single scenario can include up to 32 changing cells. If your case needs more inputs than that, restructure the model so a switch cell selects from a table of assumptions, which has no practical cell limit.
Does the scenario summary update automatically?
No. The Scenario summary is a static snapshot taken when you generate it. If you change model formulas or scenario values afterward, you must create the summary again to see refreshed results.
Scenario Manager or a CHOOSE switch, which is better?
A CHOOSE or INDEX switch keeps every assumption visible on the sheet, updates live, and is easier to audit, so it is usually better for working models. Scenario Manager is handy for a fast comparison of a few discrete cases you do not need to keep.