In Excel: calculate the break-even point in units as =FixedCosts/(PricePerUnit-VariableCostPerUnit); multiply by the price for break-even revenue.
Break-even revenue: €12,500.00 · Contribution margin per unit: €10.00
What this does
The break-even point is where revenue covers all costs. The denominator (price minus variable cost) is the contribution margin: what each sold unit contributes toward fixed costs. Divide fixed costs by it and you get the number of units at which profit is exactly zero — every unit beyond that is profit. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. For “create break even graph in excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected chart change, and only then apply the same setup to the full sheet. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That is what makes a visual that makes the number obvious at a glance useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
Fixed costs are €5,000 per month, the product sells for €25, and each unit costs €15 to make. =5000/(25-15) returns 500 units; break-even revenue is 500×€25 = €12,500. At 499 units the month is a loss; at 501 it is profitable. Break-even is the first sanity check for any product, side project, or pricing change: how many sales until this stops costing money? If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.
In Google Sheets
If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top, the tool proves it, and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. Treat “create break even graph in excel” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.
Common mistakes
- Mixing time frames — monthly fixed costs against an annual sales target.
- Forgetting per-unit costs like shipping or payment fees in the variable cost.
- A price below variable cost: the margin is negative and no volume ever breaks even.
- Treating semi-fixed costs (a second machine at 2× volume) as flat across all quantities.
Frequently asked questions
What is the break-even formula in Excel?
=FixedCosts/(Price-VariableCost) for units. There is no built-in BREAKEVEN function.
How do I make a break-even chart?
Build a quantity column, compute total cost (fixed + variable×qty) and revenue (price×qty), and plot both as lines — they cross at break-even.
Can I solve for the price instead?
Yes — use Goal Seek (Data ▸ What-If Analysis): set the profit cell to 0 by changing the price cell.
Other ways people ask this
People reach this page typing “how to create a break even graph in excel”, “how to make a break even point graph in excel” and “how to make break even graph in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.
Why do people search for this in so many different ways?
Because the same task has many names. “how to create a break even graph in excel”, “how to make a break even point graph in excel”, “how to make break even graph in excel” all point at the one operation explained on this page, which is why they all lead here.