Profit % margin calcaulator

andrew_myers

New Member
Joined
Apr 30, 2018
Messages
3
Hi,

I am attempting to construct a profit margin calculator and am having some difficulty achieving the desired result.

I have a basic profit calculator;

profit(a4) = saleprice(a1) - cost(a2) - minus overhead(a3)

and profit margin =(saleprice(a1)/profit(a4))*100

What I am trying to do is build a price matrix, where for a given price point (£1,£2,£3) etc I know what price I need to charge to achieve a 10% margin.

At the moment I have created column c with price points and column d with the saleprice which meets 10% margin and I am manually changing saleprice in the profit calculator until i reach a 10% margin and then manually repeating for the next price increment.

My question is, is there an automated (function) way in which I can create a list of price points and sales price which meet 10% margin?

I appreciate any help which can be provided.

Regards

Andrew
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Total Cost = Cost + Overhead

Total Cost/(1-0.01)

This will return the price point with a 10% margin
 
Upvote 0
Total Cost = Cost + Overhead

Total Cost/(1-0.01)

This will return the price point with a 10% margin

Hi Lewis,

Thanks for the reply - I understand how to calculate the profit margin figure. My figure is how to derive an automated price point which results in a 10% margin using the calculator provided above.

Regards
 
Upvote 0

Forum statistics

Threads
1,214,416
Messages
6,119,386
Members
448,891
Latest member
tpierce

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top