price change affects cost previous data

avanti13

New Member
Joined
May 11, 2016
Messages
2
Hi, I am using Excel 7. I am working on a database to inventory maple syrup.
I use this formula to set the price according to grade. GA, AM, ect.

IF(D22="GA",$N$3,IF(D22="AM",$N$4,IF(D22="DR",$N$5,IF(D22="VD",$N$6,IF(D22="OF",$N$7,"")))))

and then calculate the running cost, weight/barrel * price/lb. My problem is when the set price is changed for a grade the whole spread sheet reflects the new price and the total cost is changed. How do I prevent the price change from affecting the previous data? Thanks. Avanti13
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Depending on how your data is set up, one way would be to use a new cell for the new set price and adjust to formula going forward. Rather then N3 for the GA price, maybe you could use O3, etc.
 
Upvote 0
Hi, I am trying to avoid changing the formula as the program is used in the field by non programmers. Thanks for the reply
 
Upvote 0
Then you could change all previous formula results to a VALUE (Copy, Paste-special, Values) so it won't re-computer when your figure changes.
 
Upvote 0

Forum statistics

Threads
1,217,383
Messages
6,136,264
Members
450,001
Latest member
KWeekley08

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