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
Margin is profit ÷ price; markup is profit ÷ cost.
Profit per unit: €25.00
Need it as an auditable file?
The pricing model ships inside the Corporate Finance Suite — formula-driven, unlocked, audit-ready.
Need it as an auditable file?
Ships inside the linked template — formula-driven, unlocked, audit-ready.
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%. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. Treat “excel formula markup 100 percent error” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected formula shows up while it is still harmless. 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. That turns a calculation you can defend to a CFO or an auditor into a method you can reuse, explain, and defend when the workbook leaves your screen.
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
Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. 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 “excel formula markup 100 percent error”: 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.
Other ways people ask this
This is also commonly searched as “how to calculate percent error in excel”, “percent error formula excel” and “how to find percent error in excel”. They describe the identical operation, so you are in the right place no matter how you phrased it.
Why do people search for this in so many different ways?
Because the same task has many names. “how to calculate percent error in excel”, “percent error formula excel”, “how to find percent error in excel” all point at the one operation explained on this page, which is why they all lead here.