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
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