How to Calculate Break Even Point in Excel Step by Step
Break-even analysis is one of the most practical tools in business finance. It tells you how many units you need to sell—or how much revenue you need to generate—before your business stops losing money and starts making a profit. For managers, entrepreneurs, and finance professionals, mastering how to calculate break even point in Excel creates a flexible, reusable model that updates automatically when costs or prices change.
Excel is ideal for this task because it combines structured tables, built-in formulas, and charting tools in a single workspace. Instead of relying on a static calculation, you can build a live break-even model that responds to different scenarios, such as a price increase, a jump in fixed rent, or a reduction in variable material costs.
This step-by-step guide explains how to organize cost and revenue data, set up formulas for break-even units and sales revenue, and create a break-even chart. The approach uses only standard Excel features and works for product-based businesses, service businesses, and any operation with identifiable fixed and variable costs.
Quick Answer

To calculate break even point in Excel, enter fixed costs, variable cost per unit, and selling price per unit in separate cells. Use the formula =FixedCost / (Price – VariableCost) for break-even units, then multiply by price or use =FixedCost / ((Price – VariableCost) / Price) for break-even sales revenue.
Understanding Break-Even Analysis in Business Finance

Break-even analysis compares revenue and total costs to identify the sales level at which profit equals zero. Fixed costs, such as rent, insurance, and salaries, do not change with production volume. Variable costs, such as raw materials, packaging, and sales commissions, rise and fall with the number of units produced or sold. The selling price per unit is the amount a customer pays for one unit before taxes and discounts.
The break-even point can be expressed in units or in sales currency. Break-even units equal fixed costs divided by the contribution margin per unit. The contribution margin per unit is the selling price minus the variable cost per unit. Break-even sales revenue equals fixed costs divided by the contribution margin ratio, where the ratio is contribution margin per unit divided by selling price.
Understanding these relationships helps you evaluate pricing decisions, cost control, and profit targets. For example, if fixed costs rise, the break-even point increases. If the contribution margin per unit grows, the break-even point falls. Excel makes these relationships visible through formulas and charts.
Organizing Cost and Revenue Data in Excel

Begin by setting up a clear worksheet layout. Use one cell for each input value so you can change assumptions later without rewriting formulas. A common layout places labels in column A and values in column B, leaving room for notes in column C.
The three core inputs are:
- Fixed costs: total operating costs that do not vary with production volume, such as rent and administrative salaries.
- Variable cost per unit: the incremental cost incurred for each additional unit produced or sold.
- Selling price per unit: the revenue received for each unit sold, excluding discounts and returns.
Fixed Costs
Enter total fixed costs in a single cell. If your business pays monthly rent, annual insurance, or salaried payroll, sum these items into one annual or monthly fixed cost total. Choose a time period that matches your selling price and variable cost assumptions. For example, if you analyze monthly break-even, use monthly fixed costs; if you analyze annual break-even, use annual fixed costs.
Variable Costs per Unit
Variable costs can include direct materials, direct labor that scales with output, packaging, and sales commissions. Calculate a per-unit figure by dividing total variable costs for a representative period by the number of units produced or sold in that period. Enter this value in its own cell.
Selling Price per Unit
Enter the average selling price per unit net of discounts, returns, and sales taxes. If your business sells multiple products with different prices, use a weighted average selling price or perform break-even analysis for each product separately. For a single-product example, a single price cell is sufficient.
How to Calculate Break Even Point in Excel Using Formulas

This section shows how to use Excel formulas to calculate the break-even point based on the input cells. The formulas use cell references, so any change to fixed costs, variable costs, or price updates the result automatically.
Formula for Break-Even Units
Assume your worksheet contains the following cells:
- B2: Fixed costs
- B3: Variable cost per unit
- B4: Selling price per unit
In cell B6, enter the formula for break-even units:
=B2/(B4-B3)
This formula subtracts variable cost per unit from selling price per unit to obtain the contribution margin per unit, then divides fixed costs by that margin. The result is the number of units you must sell to cover all fixed costs.
Formula for Break-Even Sales Revenue
To express the break-even point in currency, you can either multiply the break-even units by the selling price or use the contribution margin ratio. In cell B7, enter either of the following equivalent formulas:
=B6*B4
or
=B2/((B4-B3)/B4)
The second formula calculates the contribution margin ratio as (price – variable cost) / price, then divides fixed costs by that ratio. Both formulas return the same break-even sales amount as long as the inputs are consistent.
Using Cell References for a Live Model
To make your model flexible, label each input cell clearly and use those references in every formula. Avoid typing numbers directly into formulas. For example, write =B2/(B4-B3) rather than =10000/(25-15). Then, if you later change the selling price in B4, the break-even point updates instantly.
You can also add an Assumptions section at the top of the worksheet with colored input cells and an Outputs section below with the formulas. This separation helps others understand which cells to change and which cells contain results.
Step-by-Step Walkthrough with a Worked Example

Use this worked example to follow along. Enter the following values into a new worksheet:
- In cell B2, enter 12000 as total fixed costs.
- In cell B3, enter 8 as variable cost per unit.
- In cell B4, enter 20 as selling price per unit.
Next, in cell B6, enter the formula =B2/(B4-B3). Excel returns 1000, meaning 1,000 units. In cell B7, enter =B6*B4. Excel returns 20000, meaning $20,000 in break-even sales revenue.
You can verify these results with a simple margin calculation. Contribution margin per unit is $20 – $8 = $12. Fixed costs of $12,000 divided by $12 equals 1,000 units. This check is useful when you first build the model or when you suspect a formula error.
Testing the Model with Different Scenarios
After the formula is working, test a few scenarios. Change B4 from 20 to 22. The contribution margin per unit increases from $12 to $14, and break-even units fall to about 857.14 (or 858 rounded up, since you cannot sell a fraction of a unit). If fixed costs increase to $14,000, break-even units return to 1,000. In practice, round break-even units up to the nearest whole unit because partial units are not sold.
Creating a Break-Even Chart in Excel

A break-even chart helps visualize the relationship between revenue, total costs, and profit. Excel can generate a line chart from a small data table that includes volume levels, revenue, fixed costs, total costs, and profit.
Preparing Data for the Chart
Create a table with sales volume in units from 0 to a level comfortably above the break-even point, such as 1,500 units for the worked example. In column A, list volume values (0, 100, 200, … 1500). In column B, calculate revenue as price times volume: =B4*A11, assuming A11 is the first volume cell. In column C, enter fixed costs as =$B$2 for every volume. In column D, calculate total variable costs as variable cost per unit times volume: =$B$3*A11. In column E, calculate total costs as fixed costs plus total variable costs: =C11+D11. In column F, calculate profit as revenue minus total costs: =B11-E11.
Inserting a Line or Scatter Chart
Select the columns for volume, revenue, and total costs. Then go to the Insert tab and choose a line chart or an XY scatter chart. A line chart works well when volume is in regular increments, while an XY scatter chart can handle irregular volume levels and shows the intersection more precisely.
The break-even point is where the revenue line crosses the total cost line. In the worked example, the lines cross at 1,000 units and $20,000. If you add a fixed cost line, it remains flat, making the gap between fixed costs and total costs equal to total variable costs.
Formatting the Break-Even Chart
Add a chart title such as Break-Even Chart, label the horizontal axis as Units Sold and the vertical axis as Dollars. Use distinct colors or line styles for revenue and total costs so the crossing point is easy to see. You can also add data labels to the intersection point, but Excel does not automatically mark the break-even point; you may need to add a text box or a separate data point for clarity.
Using Break-Even Analysis for Business Decisions

Once your break-even model is working, you can extend it to answer practical questions about pricing, costs, and profit targets. The same input cells support several related calculations without building a new model.
Target Profit Analysis
To find the number of units required to achieve a specific profit target, add the target profit to fixed costs in the numerator. For example, if you want a profit of $6,000, the formula becomes =(B2+6000)/(B4-B3). This returns the unit sales needed to cover fixed costs and earn the desired profit. You can place the target profit in a separate cell, such as B8, and use =(B2+B8)/(B4-B3).
Margin of Safety
Margin of safety measures how much sales can drop before the business reaches its break-even point. Calculate it as actual or projected sales minus break-even sales, often expressed as a percentage. In Excel, if actual sales is in B9 and break-even sales is in B7, margin of safety in dollars is =B9-B7. The margin of safety ratio is =(B9-B7)/B9. A higher margin of safety indicates more cushion against a downturn.
Sensitivity Analysis with Data Tables
Excel data tables can show how break-even units or sales change under different price and cost assumptions. Set up a one-variable data table by listing a series of selling prices in a column and linking a break-even formula to the top cell. Use the Data Table feature under What-If Analysis to fill the table. This approach helps you compare scenarios quickly without manually changing cells one at a time.
Common Mistakes and How to Avoid Them

Break-even analysis is simple in concept, but spreadsheets can introduce errors. Check the following before relying on your results.
- Mixing time periods: If fixed costs are monthly, the break-even units are monthly units. If price and variable cost are per unit, the time period in fixed costs must match the period you want to analyze.
- Using total variable costs instead of per-unit variable cost: The contribution margin formula requires variable cost per unit, not total variable costs. If your data is in total, divide by units first.
- Forgetting to round up break-even units: A fractional unit is not meaningful in most businesses. Use =ROUNDUP(B6,0) if you want Excel to round up automatically.
- Hardcoding numbers in formulas: If you type values directly into formulas, scenario testing becomes tedious and error-prone. Always reference input cells.
- Ignoring mixed costs: Some costs, such as electricity or maintenance, have both fixed and variable components. If relevant, split them into fixed and variable portions before entering them.
These checks help ensure that your break-even point is a reliable decision-making tool rather than a misleading number.
Conclusion

Learning how to calculate break even point in Excel gives you a reusable, transparent way to evaluate profitability thresholds. By organizing fixed costs, variable costs per unit, and selling price into separate cells, you can build formulas that update instantly. The break-even units formula divides fixed costs by contribution margin per unit, and break-even sales revenue can be derived from the same inputs. A break-even chart adds visual clarity and helps you communicate the concept to stakeholders. With a careful setup and a few scenario tests, your Excel model becomes a practical tool for pricing, cost control, and financial planning.
FAQ

What is the break-even point formula in Excel?
The break-even point in units is calculated as fixed costs divided by the contribution margin per unit. In Excel, use =FixedCost / (Price – VariableCost), replacing the cell references with your own.
How do I calculate break-even sales revenue in Excel?
Break-even sales revenue equals fixed costs divided by the contribution margin ratio. The formula in Excel is =FixedCost / ((Price – VariableCost) / Price). You can also multiply break-even units by the selling price.
Can I calculate break-even point for multiple products in Excel?
Yes, but you need a weighted average contribution margin. Calculate the contribution margin for each product, weight it by the expected sales mix, and use the weighted margin in the break-even formula.
How do I create a break-even chart in Excel?
Create a data table with volume levels, total revenue, and total costs. Select the data and insert a line or scatter chart. The break-even point is where the revenue and total cost lines intersect.
Do I need to round up break-even units in Excel?
Yes, because you cannot sell a fraction of a unit. Use the =ROUNDUP(cell,0) function or choose the next whole number manually to set a practical sales target.