Calculate Markup Excel

There are two ways to “calculate markup excel”: the quick way you copy and the durable way you understand. This page gives you both. The exact Excel answer is above with a tool to test it; below, we build the small mental model that makes the fix stick, so the next variation of the same problem solves itself.

Exact answer

In Excel: calculate markup as =(SellingPrice-Cost)/Cost and format the result as Percentage; a 100% markup means the selling price is double the cost, not that profit equals selling price.

On this page7
ƒxMargin & Markup CalculatorLive

Margin is profit ÷ price; markup is profit ÷ cost.

Gross margin
38.46%

Profit per unit: €25.00

Markup
62.50%
=(B2A2)/B2 · =(B2A2)/A2

Need it as an auditable file?

The pricing model ships inside the Corporate Finance Suite — formula-driven, unlocked, audit-ready.

View template
=(SellingPrice-Cost)/Cost
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template

What this does

Markup measures profit relative to cost. It is different from margin, which measures profit relative to selling price. That distinction is why a 100% markup can look like an error: if an item costs $50 and sells for $100, profit is $50, markup is 100%, and margin is 50%. 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 “calculate markup excel”. Start on a copy or a tiny sample, keep the affected cells 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 calculation you can defend to a CFO or an auditor, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

Cost is in A2 and selling price is in B2. With A2 = 50 and B2 = 100, =(B2-A2)/A2 returns 1.00, which displays as 100% when formatted as Percentage. The margin formula =(B2-A2)/B2 returns 0.50, or 50%. Both are correct; they answer different questions. Markup is a pricing metric. Getting the denominator wrong can make a product look more or less profitable than it really is. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.

In Google Sheets

Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Here is the takeaway for “calculate markup excel”: copy the answer if you are busy, but if you have a spare few minutes, rebuild the example in Excel yourself with the tool above open beside it. That single pass — type it, run it, watch the result move when you change an input — is what turns a formula you found into a technique you trust. Keep your inputs labelled and referenced, never hard-coded, and the same sheet stays correct and auditable as it grows. Done that way, you will not need to look this up again, and you will be the person others ask.

Common mistakes

  • Using selling price as the denominator and calling the result markup.
  • Thinking 100% markup is impossible; it simply means price is twice cost.
  • Forgetting to format 1.00 as 100%.
  • Mixing products with zero or blank cost, which causes divide-by-zero errors.

Frequently asked questions

What is the Excel formula for markup?

Use =(SellingPrice-Cost)/Cost, then format the result as Percentage.

Why does markup show 100%?

Because profit equals cost. A $50 cost sold for $100 has $50 profit, which is 100% of cost.

What is the difference between markup and margin?

Markup divides profit by cost. Margin divides profit by selling price.