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. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “break even point graph in excel”. Start on a copy or a tiny sample, keep the affected chart visible, and compare the result with the tool above before you touch the real workbook. 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. The point is a visual that makes the number obvious at a glance, but the practical win is that someone else can open the file and understand what happened without asking you.
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? A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.
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. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. If you take one thing from this page on “break even point graph in excel”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.
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
This guide also answers
- break even point chart excel