JazzSP8
Well-known Member
- Joined
- Sep 30, 2005
- Messages
- 1,233
- Office Version
- 365
- Platform
- Windows
Hey All
I've a worksheet that I could use some help with.
I've been asked to create one that will take the changes to a price and apply those changes across various price breaks.
What has been asked is that, if a price in Col P is changed, the same percentage price increase is applied to various other prices in corresponding columns.
So, keeping it easy - Price in in Col P is £1.00, and it's changed to £1.10 - The prices in Col R, T, V and X all increase by 10% as well.
I'd originally planned to use a formula based on the Price in Col P, however it maybe possible that the price in Col R, T, V or X needs to be overwritten and thus losing the formula.
Is there a way I can get Excel to recognise the "before" value of the cell?
So when enter is pressed I can use a Worksheet Change event to take the price before and after cell value, and then add the % price increase to the other cells?
Thanks in advance for any help that can be provided
I've a worksheet that I could use some help with.
I've been asked to create one that will take the changes to a price and apply those changes across various price breaks.
What has been asked is that, if a price in Col P is changed, the same percentage price increase is applied to various other prices in corresponding columns.
So, keeping it easy - Price in in Col P is £1.00, and it's changed to £1.10 - The prices in Col R, T, V and X all increase by 10% as well.
I'd originally planned to use a formula based on the Price in Col P, however it maybe possible that the price in Col R, T, V or X needs to be overwritten and thus losing the formula.
Is there a way I can get Excel to recognise the "before" value of the cell?
So when enter is pressed I can use a Worksheet Change event to take the price before and after cell value, and then add the % price increase to the other cells?
Thanks in advance for any help that can be provided