C
caveman.savant
Trying to find a way to find "good" retail numbers based on cost of
goods.
Right now if I want a 40% margin on cost I use the following
=ROUND(A1/((100-$40)*0.01),0)+0.95
A1 is the cost. I Round the result (and add 95 cents). So $55 cost
returns $92.95
But I consider certain numbers like $90,$91,$92,$93,$95,$96,$97,$98 to
be "bad" at retail. "Good" numbers would be $94.95 or $99.95
I've tried CEILING and some conditional IF's. Is there a better way?
goods.
Right now if I want a 40% margin on cost I use the following
=ROUND(A1/((100-$40)*0.01),0)+0.95
A1 is the cost. I Round the result (and add 95 cents). So $55 cost
returns $92.95
But I consider certain numbers like $90,$91,$92,$93,$95,$96,$97,$98 to
be "bad" at retail. "Good" numbers would be $94.95 or $99.95
I've tried CEILING and some conditional IF's. Is there a better way?