1 response
Well, if your product price is in cell A1, and you wanted a 30% markup to that price, in cell B1 you would enter:
=A1*.30+A1
That simple.
You could then reference the markup percentage in another cell, lets say A2, and then the markup would be what ever percentage you wanted in cell A2, as in:
=A1*A2+A1
Have FUN!
It's kind of fun to do the impossible! -Walter Elias Disney
=A1*.30+A1
That simple.
You could then reference the markup percentage in another cell, lets say A2, and then the markup would be what ever percentage you wanted in cell A2, as in:
=A1*A2+A1
Have FUN!
It's kind of fun to do the impossible! -Walter Elias Disney