Mark up and Margin

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a formula to produce a selling price when cost is known and desired
gross margin (on sales) is an input variable.

For example, cost equal $60, desired gross margin (percent) equals 40; the
result would be $100

Can you help a rookie?
 
A1 is cost price
B1 is percentage markup entered as a % i.e. 40% or as a general number
0.4

enter in C1

=A1/(1-B1)
 
Perfect Bill K - thanks!

Bill Kuunders said:
A1 is cost price
B1 is percentage markup entered as a % i.e. 40% or as a general number
0.4

enter in C1

=A1/(1-B1)
 
Cost = $60

Margin is 40%

Result would be $84 in my estimation.


Gord Dibben Excel MVP
 
Back
Top