Dashboard Mode - Scenario Manager
Goal
See how changing sales price and cost affects profit in different scenarios.
See how changing sales price and cost affects profit in different scenarios.
| Product | Units Sold | Sales Price | Cost | Profit |
|---|---|---|---|---|
| Widget A | 100 | 20 | 12 | =B2*(C2-D2) |
| Widget B | 150 | 25 | 15 | =B3*(C3-D3) |
| Widget C | 200 | 30 | 18 | =B4*(C4-D4) |
=SUM(E2:E4)=B2*(C2-D2) copied down.+----------------------+--------------------+ | Total Profit | Scenario Manager | | (KPI Card) | (Scenario Picker) | +----------------------+--------------------+ | Profit Table | | (Product profits by row) | +--------------------------------------------+
When you select a scenario in Scenario Manager, it changes the sales price and cost values in the data table. This automatically updates the profit calculations and the total profit KPI card.
If you switch to the Best Case scenario, what happens to the Total Profit value? (It should increase because prices go up and costs go down.)