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
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