Solve the Price for a Target Profit

Excel Formulas › Analysis

All versionsAlgebra

What price do you need to hit a profit goal at a given volume? Rearrange the profit equation to solve for price — a clean formula that beats trial-and-error.


Quick formula: for fixed costs, variable/unit, units, and a profit target:
=(fixed + target) / units + variable
Cover fixed costs and the target across the units, then add the per-unit variable cost — that’s the required price.

The example

Fixed $10k, variable $15, 1,000 units, want $5,000 profit.

AB
1ItemValue
2Profit target$5,000
3Required price$30.00

The formula

Solve the profit equation for price:

=(fixed + target) / units + variable // (10000+5000)/1000 + 15 = 30

How it works

Rearrange profit = units×(price−variable) − fixed:

  1. Start from profit = units × (price − variable) − fixed.
  2. Solve for price: price = (fixed + profit) / units + variable.
  3. The first term spreads fixed costs and the target profit over the units; adding variable cost completes the price.
  4. It’s exact — no Goal Seek needed when the model is this clean.

Cross-check with margin: at the solved price, the contribution margin is price − variable, and units × CM − fixed should equal your target. A quick sanity formula catches setup errors.

Try it: interactive demo

Live demo

Set the model and profit target.

Required price:

Variations

Break-even price

Target = 0:

=fixed/units + variable

Required units at a price

Solve volume instead:

=(fixed+target)/(price-variable)

Sanity check

Should equal the target:

=units*(price-variable) - fixed

Pitfalls & errors

Zero units divides by zero. Guard the volume input.

Check the market. The math gives a required price; whether customers will pay it is a separate question.

Fixed vs variable split. Misclassifying a cost throws off the price — only truly per-unit costs are “variable.”

Practice workbook

📊
Download the free Solve the Price for a Target Profit practice workbook
A target-profit pricing model with break-even, required-units, and sanity-check variants, plus 4 challenges with answers. No sign-up required.

Frequently asked questions

How do I find the price needed for a target profit in Excel?
Rearrange the profit equation: =(fixedCosts + targetProfit) / units + variableCost gives the required price at that volume.
What price gives break-even?
Set the target to zero: =fixedCosts/units + variableCost.
How do I check the price is right?
Plug it back in: =units*(price-variable) - fixed should equal your target profit.

Stop fighting formulas. Learn them in a day.

This recipe is one of hundreds of real-world formulas we teach. Our Excel Formulas & Functions class covers lookups, logic, text, and dynamic arrays hands-on — live in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related formulas: Break-even with Goal Seek · Contribution margin · Profit margin vs markup