Caly
Board Regular
- Joined
- Jul 19, 2015
- Messages
- 161
- Office Version
- 365
- 2013
- 2011
- 2010
- 2007
- Platform
- Windows
Hi. I am trying to stage out the amount of times to apply price changes that will be increases due to cost increases that have resulted in lost margin. Want to recover the loss and build it into the price over a period of time so that I am not recovering the total amount all at once to avoid sticker shock.
For instance, I may need to stage out the price updates over 3 months but may change it to 2 or 5 for different items.
How can I do a formula that will show the price applying the price increases for this recover over the next 3 months? I need basically 3 columns that will show the price in month 1, month 2, then month 3 that will show the price and margin and recovery to recover the full amount of the cost increase.
Below is what I was thinking but is there a simpler approach?
I looked at the amount of the price change percent % compared to the original price and then divided that out by the amount of times to stage out the price increase.
For instance, I may need to stage out the price updates over 3 months but may change it to 2 or 5 for different items.
How can I do a formula that will show the price applying the price increases for this recover over the next 3 months? I need basically 3 columns that will show the price in month 1, month 2, then month 3 that will show the price and margin and recovery to recover the full amount of the cost increase.
Below is what I was thinking but is there a simpler approach?
I looked at the amount of the price change percent % compared to the original price and then divided that out by the amount of times to stage out the price increase.
A | B | C | D | E | F | G | H | I | J | K | L |
Base cost | Base price | Base margin | New cost | Margin - base price at new cost | What new price would need to be to regain lost margin | Change % from new price to old price | Amount of months to apply price increase | % increase to apply to get full update | Price 1 | Price 2 | Price 3 |
$10 | $25 | 60% =(base price $25 - base cost $10)/base price $25 | $35 | -40% =(base price $25 - new cost $35)/base price $25 | $87.50 =round(new cost $35/(1-base margin 60%),2) | 250% =(resulting price recovery $87.50 - base price $25)/resulting price recovery $87.50 | 3 | 83.33% =change % 250%/amount of time 3 | $45.83 =base price $25 * (1+% increase over time 83.33%),2) | $66.67. =round(base price $25 * (1+ (2 * % increase over time 83.33%),2) | $87.50. =round(base price $25 * (1+ (3 * % increase over time 83.33%),2) |