Top 5 Percentage Formulas in Business
These five percentage formulas show up everywhere—from pricing and promotions to reporting and forecasting. Below you’ll find clear definitions, Excel/Sheets snippets, worked examples, common mistakes, and quick links to calculators.
1) Percentage Change (Increase/Decrease)
(New − Old) ÷ Old × 100
Use it to measure:
Example: Revenue grows from $80k to $95k. (95,000 − 80,000) / 80,000 × 100 = 18.75%.
Excel/Sheets: =(New-Old)/Old then format as % (e.g., =(C2-B2)/B2).
Try the Percentage Increase Calculator for instant results. For multi-period growth use CAGR rather than simple change.
2) Discount (Sale Price)
Sale Price = Original × (1 − Discount%)
Use it to plan:
Example: $200 item at 25% off → 200 × (1 − 0.25) = $150.
Stacked 20% then 10% equals 28% total, not 30%.
Excel/Sheets: =Original*(1-Discount%) (e.g., =B2*(1-C2)).
Use the Discount Calculator to model percent-off, fixed-amount-off, and stacked discounts with before/after-tax totals.
3) Margin
Margin% = (Price − Cost) ÷ Price × 100
Use it for:
Example: Cost $60, Price $100 → Margin = (100 − 60) / 100 = 40%.
Excel/Sheets: =(Price-Cost)/Price then format as %.
Need the inverse (price from margin)? The Markup & Margin Calculator solves for price, margin, or markup in one click.
4) Markup
Markup% = (Price − Cost) ÷ Cost × 100
Use it to:
Example: Cost $100 with 50% markup → Price = 100 × (1 + 0.5) = $150.
Margin at $150 is 50/150 = 33.3% (not 50%).
Excel/Sheets: =Cost*(1+Markup%) (e.g., =B2*(1+C2)).
Convert cleanly between the two with the Markup & Margin Calculator.