Markup Calculator
Calculate selling prices by adding markup or targeting a specific profit margin.
UKUK Building Regulations
References & Sources
Formulas Used
- Markup (percentage):
sellingPrice = costPrice x (1 + markupPercent / 100)
Source: Standard accounting formula โ Markup is calculated as a percentage of cost price - Markup (fixed):
sellingPrice = costPrice + fixedMarkup
Source: Standard accounting formula - Profit Margin:
profitMargin = (markupAmount / sellingPrice) x 100
Source: Standard accounting formula โ Margin is profit as a percentage of selling price (not cost) - Markup Percentage:
markupPercent = (markupAmount / costPrice) x 100
Source: Standard accounting formula โ Markup is profit as a percentage of cost price - Selling Price for Target Margin:
sellingPrice = costPrice / (1 - targetMargin / 100)
Source: Standard accounting formula โ Derives the required selling price to achieve a desired profit margin - Discount Calculation:
discountedPrice = sellingPrice x (1 - discountPercent / 100)
Source: Standard accounting formula
Key Assumptions
- Markup is calculated on cost price; profit margin is calculated on selling price โ Standard accounting convention
- A 50% markup on cost yields a 33.3% profit margin on selling price โ Standard accounting relationship between markup and margin