Hi Guys
So, I need a formula or a VBA method to Increase a Sale Prices by 25% based on cost + 25% but when the sale price goes up a fee price also goes up so I end up with a circular reference!
Lets say:
Cost In E2, Fee in G2 and Postage Cost in i2. In J2 I want to add the costs up and add 25% which is easy
the problem is the new Calculated Higher Sale Price now incurs a higher fee which which is not being included if you can understand what I am saying?!?!?!?
P.S. I work the fee out with this formula:
Thanks in advance
So, I need a formula or a VBA method to Increase a Sale Prices by 25% based on cost + 25% but when the sale price goes up a fee price also goes up so I end up with a circular reference!
Lets say:
Cost In E2, Fee in G2 and Postage Cost in i2. In J2 I want to add the costs up and add 25% which is easy
Excel Formula:
=SUM(E2,G2,I2)*(1+0.25)
P.S. I work the fee out with this formula:
Excel Formula:
=ROUND(F2*0.138,2)+0.05
Thanks in advance