Increase a Number by a Percentage when the New Sale Price Increases a fee

razzandy

Active Member
Joined
Jun 26, 2002
Messages
399
Office Version
  1. 2007
Platform
  1. Windows
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
Excel Formula:
=SUM(E2,G2,I2)*(1+0.25)
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:
Excel Formula:
=ROUND(F2*0.138,2)+0.05

Thanks in advance
 
Is 25% a constant for your Margin?
Also, now that you have iterations on, what Sales Price / Etsy fee are you currently generating for :
Cost @ 1.2 and Postage @ 3.064
Cost for that SKU in row 2 is 1.20, Postage 3.064 and eBay Fee is worked out with this formula:
Excel Formula:
ROUND(F2*0.138,2)+0.05
 
Upvote 0

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Cost for that SKU in row 2 is 1.20, Postage 3.064 and eBay Fee is worked out with this formula:
Excel Formula:
ROUND(F2*0.138,2)+0.05
Yes but what is the value you are expecting of getting for the Sale price in F ??
Also. Do you always use 25% as your margin?
 
Upvote 0
Yes but what is the value you are expecting of getting for the Sale price in F ??
Also. Do you always use 25% as your margin?
Arrrrr, Sorry!

I am expecting to get a Margin Increase of 25% (fixed) on top of the costs plus 20% VAT on top. I have to include VAT in the sale price.

I currently have this formula in Z2
Excel Formula:
=SUM(E2,G2,I2)/(1-AA$1)*(1+0.2)
and in F2 I have:
Excel Formula:
=z2

AA$1 Contains the markup percentage of 25%
 
Upvote 0
Solution
Ah, Id not considered the inclusion of VAT.

Am I right in thinking that now you have iterations on to prevent the circular reference error, you are are getting your expected result for Sales Price and I can relax on even thinking any more about this?
 
Upvote 0
Ah, Id not considered the inclusion of VAT.

Am I right in thinking that now you have iterations on to prevent the circular reference error, you are are getting your expected result for Sales Price and I can relax on even thinking any more about this?
Yep, you are correct (y)
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top