C
Clint
I would like to set up or obtain a excel template or function to work out
sell price as in cost plus 17% gross profit etc
sell price as in cost plus 17% gross profit etc
MartinW said:Hi Clint,
Try this,
With your cost price in A1
Your GP margin in B1
Put this in C1 =A1/(100-B1)*100
This assumes that your input in B1 is a whole number,
if it is a percentage then take out the zeroes like this
=A1/(1-B1)
HTH
Martin