The capstone decision
Compare the alternatives
Put two quotes with different cost structures on the same footing, find the volume where the answer reverses, and measure how much room it has.
Lesson 17 of 18 in the recommended order · About 30 min (estimate)
On this page
Outcome
Split two quotes into fixed and variable costs, find the volume at which the cheaper option changes, and report how far each assumption would have to move before the recommendation reverses.
Why it matters
Cedar Ridge has two quotes for next year's equipment.
Option A is an annual contract: 1,200 up front, then 3.60 an item. Option B is ordering each term: no fee, 4.25 an item, and 85 for delivery on each of six orders.
Somebody will read those two paragraphs and say Option A is cheaper, because 3.60 is less than 4.25. Somebody else will say Option B, because 1,200 is a lot of money to hand over in September. Both are guessing, and the meeting will be decided by whoever is more confident.
The arithmetic is not hard. At the 900 items the centre plans to buy, Option A costs 4,440 and Option B costs 4,335. Option B wins by 105.
That is where most comparisons stop, and it is where this one becomes interesting. 105 on an order of 4,335 is 2.4%. The two options change places at 1,062 items — and the centre's own busy-year estimate is 1,200. So the honest finding is not "Option B is cheaper". It is "Option B is cheaper at the volume we plan for, and a year 18% busier than planned reverses that".
The second sentence is longer and it is the one that survives contact with a busy year. Producing it takes three cells more than producing the first.
Concept
Every option has a fixed part and a variable part, including the ones that look like they don't.
Option A's fixed cost is obvious: it is called a fee. Option B's is 510, and nothing on the quote calls it anything. Six deliveries at 85 are owed whether the centre orders one item or a thousand, which makes them fixed by behaviour rather than by name.
Finding the fixed cost that nobody labelled is most of the work in a comparison like this. Minimum charges, call-out fees, licence seats bought in blocks, a per-order handling charge — all fixed, all easy to bury in a per-unit conversation.
Option A Option B
Fixed =B5 1,200 =B8*B9 510
Variable =B4*B6 3,240 =B4*B7 3,825
Total =B12+B13 4,440 =C12+C13 4,335
Per item =B14/B4 4.933 =C14/B4 4.817
The per-item row is worth a moment. Option A's headline price is 3.60 and it actually costs 4.93 an item; Option B's headline is 4.25 and it costs 4.82. Neither headline price is what anybody pays, and comparing the two headlines — the thing a reader does in three seconds — gets the answer backwards.
Break-even is one division.
Two straight lines cross once. The option with the higher fixed cost is behind at low volumes and catches up as volume rises, and it catches up at exactly the rate its unit price is lower:
=(fixed A − fixed B) / (unit price B − unit price A)
=(1200 − 510) / (4.25 − 3.60) = 690 / 0.65 = 1,061.54
690 of extra fixed cost, recovered at 0.65 an item, takes 1,061.54 items. Items are whole and the number has to be rounded up: at 1,061 items Option A is still behind. Rounding to nearest would name a volume at which the recommendation is wrong.
Then the question that matters: does the plausible range straddle it?
A break-even of 1,062 means nothing on its own. Set against a plan of 900 it means the recommendation has 162 items of headroom, or 18%. Set against a busy-year estimate of 1,200 it means the recommendation is already wrong in a year the centre thinks is possible.
Items Option A Option B Cheaper
Quiet year 700 3,720 3,485 Option B
Planned year 900 4,440 4,335 Option B
Busy year 1,200 5,520 5,610 Option A
Three arithmetic results, not three predictions. Nothing in this table says a busy year is likely; it says what each option costs if one arrives. That distinction is worth being strict about, because a scenario table read as a forecast is a forecast nobody chose to make.
Sensitivity: how far would an input have to move?
Volume is not the only assumption. The delivery charge is quoted at 85 today, and the two options level out when it reaches 102.50 — a rise of 17.50 per delivery.
=(total A − items × unit price B) / orders per year
=(4440 − 3825) / 6 = 102.50
That number is more useful than it looks. A reader who knows the supplier is about to reprice deliveries now knows exactly how much repricing would matter, and a reader who does not can see that the recommendation does not hinge on a rounding error.
The habit: for every input the answer depends on, report the value at which the answer changes, not just the value it currently has.
Worked example
Read the code
The two quotes, written out as they arrived:
Option A Annual contract
Fee 1,200 per year
Unit price 3.60 per item
Delivery included
Option B Order each term
Fee none
Unit price 4.25 per item
Delivery 85 per order, six orders a year
Read as prose, Option B has no fixed cost. Read as arithmetic, it has 510 of one.
At the planned 900 items:
Option A Option B
Fixed 1,200 510
Variable 3,240 3,825
Total 4,440 4,335
Cost per item 4.933 4.817
Option B is cheaper by 105.
Now the same two options at 1,200 items:
Total 5,520 5,610
Option A is cheaper by 90. Neither quote changed. The ranking reversed because the volume crossed 1,062, and every conclusion drawn at 900 items carries that condition whether or not anybody writes it down.
Predict the output
The break-even cell and the two either side of it:
B19 =(B12-C12)/(B7-B6)
B20 =ROUNDUP(B19,0)
B21 =IF(B4>B19,"above break-even",IF(B4<B19,"below break-even","exactly at break-even"))
The contract fee in B5 is 1,200. Suppose the supplier raises it to 1,500 and nothing else changes.
Predict all three cells, and predict what happens to the busy-year row of the scenario table.
Show the effect of a larger fee
B19 =(1500-510)/(4.25-3.60) = 990/0.65 = 1,523.1
B20 1,524
B21 900 against 1,523 below break-even
And the scenario table:
Items Option A Option B Cheaper
Quiet year 700 4,020 3,485 Option B
Planned year 900 4,740 4,335 Option B
Busy year 1,200 5,820 5,610 Option B
All three now say Option B, so the answer to "does the cheaper option change across the scenarios" flips from yes to no.
That is a genuinely different finding, and it is a better one. At a fee of 1,200 the recommendation is conditional and somebody has to watch the volume. At 1,500 it holds across everything the centre thinks plausible, and nobody has to watch anything.
A workbook where any of those five cells had been typed in would still show the old answer, and the person reading it would have no way to tell.
Modify the code
A comparison as it usually arrives:
Option A: 1,200 + 900 × 3.60 = 4,440
Option B: 510 + 900 × 4.25 = 4,335
Recommend Option B.
Correct arithmetic, and three things are missing.
First, the size of the gap relative to the total. 105 out of 4,335 is 2.4% - =B17/C14, one division against the total of the option being recommended. It changes how the sentence reads: a 2.4% saving is a reason to prefer Option B and not a reason to stop thinking. The brief in the next lesson carries that percentage as a cell of its own; here it is worth doing in your head before going any further.
Second, the point where the answer changes. One division gives 1,062. Without it, the recommendation is stated as though it were a property of the two quotes, when it is a property of the two quotes at one volume.
Third, whether the plausible range crosses that point. The centre's own busy-year figure is 1,200. It does. So the recommendation needs a condition attached, and the condition is a number the centre can monitor: if the year looks like passing 1,062 items, the contract is the cheaper buy.
None of the three requires a new technique. The whole addition is:
B19 =(B12-C12)/(B7-B6) break-even volume
B20 =ROUNDUP(B19,0) rounded up, because items are whole
B28 =IF(COUNTIF(E24:E26,E24)=3,"no","yes") does the answer change
Three cells and one division turn a recommendation into a recommendation somebody can act on for a year without re-running it, because it tells them what to watch.
Try it yourself
Build the comparison. Split both options into fixed and variable first — Option B's fixed cost is the one to get right — then the totals, then break-even, then the scenarios.
The last two cells are the sensitivity: the delivery charge at which the two options level out, and how far that is from the charge quoted.
Capstone 2: compare the two ways to buy
Cedar Ridge has two quotes for next year. Option A is an annual contract: a fee up front and a lower price per item. Option B is ordering each term: no fee, a higher price per item, and a delivery charge on every order. Build the comparison so that it answers three separate questions - which is cheaper at the planned volume, at what volume that answer changes, and whether the plausible range of volumes straddles that point.
- In B12 to C15, split each option into its fixed cost, its variable cost, its total and its cost per item at the planned volume.
- In B16 and B17, name the cheaper option and the size of the gap.
- In B19 to B21, work out the break-even volume, round it up to a whole item, and say whether the planned volume sits above or below it.
- In C24 to E26, total both options at the quiet, planned and busy volumes, and name the cheaper one in each.
- In B28, answer whether the cheaper option is the same in all three scenarios.
- In B30 and B31, find the delivery charge that would make the two options equal at the planned volume, and how far that is from the charge quoted.
This is a practice grid built for this course. It is not Excel and not Google Sheets, nothing you do here changes a file on your computer, and no spreadsheet application is involved.
| Row number | A | B | C | D | E | F | G | H |
|---|---|---|---|---|---|---|---|---|
| 1 | Two ways to buy the same equipment for a year | |||||||
| 2 | ||||||||
| 3 | Inputs | |||||||
| 4 | Planned items for the year | 900 | ||||||
| 5 | Option A: annual contract fee | 1,200.00 | ||||||
| 6 | Option A: unit price | 3.60 | ||||||
| 7 | Option B: unit price | 4.25 | ||||||
| 8 | Option B: delivery charge per order | 85.00 | ||||||
| 9 | Option B: orders per year | 6 | ||||||
| 10 | ||||||||
| 11 | At the planned volume | Option A: annual contract | Option B: order each term | |||||
| 12 | Fixed cost | |||||||
| 13 | Variable cost | |||||||
| 14 | Total cost | |||||||
| 15 | Cost per item | |||||||
| 16 | Cheaper at the planned volume | |||||||
| 17 | Difference at the planned volume | |||||||
| 18 | ||||||||
| 19 | Break-even volume, where the two totals meet | |||||||
| 20 | Break-even, rounded up to a whole item | |||||||
| 21 | The planned volume sits | |||||||
| 22 | ||||||||
| 23 | Scenario | Items | Option A total | Option B total | Cheaper | |||
| 24 | Quiet year | 700 | ||||||
| 25 | Planned year | 900 | ||||||
| 26 | Busy year | 1200 | ||||||
| 27 | ||||||||
| 28 | Does the cheaper option change across the three scenarios | |||||||
| 29 | ||||||||
| 30 | Option B delivery charge that would make the two equal at the planned volume | |||||||
| 31 | How much the quoted delivery charge would have to move | |||||||
| 32 | ||||||||
| 33 | ||||||||
| 34 |
column chart of Annual cost (dollars) by Volume scenario. The same numbers are in the data table below the chart.
- Option A: annual contract (dollars)
- Option B: order each term (dollars)
Data table for this chart
| Volume scenario | Option A: annual contract (dollars) | Option B: order each term (dollars) |
|---|---|---|
| Quiet year | no number | no number |
| Planned year | no number | no number |
| Busy year | no number | no number |
The bars cross between the planned year and the busy year, which is the whole finding. A chart of the planned year alone would have shown Option B ahead and said nothing about how narrow that lead is.
Sign in with your learning-center account to record attempts on this exercise. The grid works either way, and your work stays on this device.
Functions this grid understands
Anything else gives a #NAME? error. Arguments are separated by commas here; some regional settings in Excel and Google Sheets use semicolons instead.
- ABS
- AND
- AVERAGE
- AVERAGEIF
- AVERAGEIFS
- CONCAT
- COUNT
- COUNTA
- COUNTBLANK
- COUNTIF
- COUNTIFS
- DATE
- DATEVALUE
- DAY
- EOMONTH
- EXACT
- FIND
- IF
- IFERROR
- IFNA
- INDEX
- ISBLANK
- ISERROR
- ISNA
- ISNUMBER
- ISTEXT
- LEFT
- LEN
- LOWER
- MATCH
- MAX
- MID
- MIN
- MOD
- MONTH
- NA
- NOT
- OR
- PROPER
- RIGHT
- ROUND
- ROUNDDOWN
- ROUNDUP
- SEARCH
- SQRT
- SUBSTITUTE
- SUM
- SUMIF
- SUMIFS
- TEXT
- TEXTJOIN
- TODAY
- TRIM
- UPPER
- VALUE
- VLOOKUP
- XLOOKUP
- YEAR
What this practice grid does not do
- Three scenarios are three arithmetic results, not a probability. Nothing here says how likely a busy year is; it says what each option costs if one arrives.
- The comparison holds price and delivery terms fixed. A supplier who would renegotiate either one is outside what this sheet can model.
- Cost is the only thing compared. Delivery reliability, storage space for a year of stock, and the cash needed up front are real and are not on this sheet.
Practical challenge (optional)
Take a recurring cost you actually pay where two structures are available — a phone plan against pay-as-you-go, a season ticket against single fares, an annual subscription against monthly, a service contract against call-outs.
- Write both as fixed plus variable. Find the fixed cost in the option that appears not to have one. Booking fees, minimum charges and per-order delivery all count.
- Compute break-even in the natural unit — journeys, months, calls, items.
- Write down your actual usage last year. Not your estimate of it; look it up if you can.
- Put the two numbers side by side. How far is your usage from break-even, as a percentage?
- Then the question worth the exercise: in the last three years, has your usage ever crossed that line? If it has, the cheaper option is the one you have to keep choosing, not the one you choose once.
There is no threshold that makes this answer for you, and anybody offering one is guessing. What the number does is tell you which conversation to have: headroom you could cross in a normal year means the decision has a review date attached, and headroom several times your usage means it does not. Cedar Ridge's is 18%, which is the first kind.
Sign in to track your progress on this exercise.
Summary and next step
A comparison is finished when both options are split into fixed and variable including the fixed cost nobody labelled, when the crossing point is a computed number rather than an impression, when the scenarios are stated as arithmetic rather than forecast, and when the sensitivity says how far each assumption would have to move before the answer reverses.
Option B by 105, or 2.4%, at the planned volume. Break-even at 1,062 items, 18% above plan. Delivery would have to rise 17.50 to level them.
Those are four numbers and a conclusion. Next, they have to fit on one screen alongside what the assembled data could not establish, in a form somebody who was not in any of these meetings can read in thirty seconds and check in ten minutes.