Skip to content

How to calculate the break-even point in units

Topic:Finance basics
Excel & Google Sheets
=IF(B2<=C2,"No finite break-even",ROUNDUP(A2/(B2-C2),0))

Verified example

Computed by a real spreadsheet engine on the sample data below.

Fixed costsPrice per unitVariable cost per unit
100005030

=IF(B2<=C2,"No finite break-even",ROUNDUP(A2/(B2-C2),0))500

Both expressions are checked against an independently calculated expected result in HyperFormula. This is a sample execution check, not native Excel or Google Sheets certification.

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Enter nonnegative fixed costs in A2 and comparable unit price and variable cost in B2:C2.
  2. 2Check that price exceeds variable cost before dividing. The example contribution margin is 50 - 30 = 20.
  3. 3Place the formula outside A1:C2. Divide 10000 by 20 to obtain 500.
  4. 4ROUNDUP returns the whole-unit sales target when the quotient is fractional; keep a decimal quotient only when fractional units can actually be sold.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

Does 500 mean revenue?

No, it is a unit count. At the sample price, 500 units produce 25,000 of revenue, of which 10,000 covers fixed costs after variable costs.

Why round up?

A target of 166.67 units requires 167 whole units to cover the costs if partial units cannot be sold.

More on Finance basics

See all →

Sources and compatibility

Reviewed 2026-09-16

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: