I have a Collection table that we use for printing requests. I have the math all working based off if statements (see below). Everything is great until we add a new collection, then it zero's it out. I am thinking its due to my nested if statements, but not 100% sure
Formula: Paper type returns value 1,2,3 based on what option is selected.
=IF(PI.Paper_Type=1,PRODUCT(SUM(PI.bright,PI.ink),PI.Quant), IF(PI.Paper_Type=2,PRODUCT(SUM(PI.coated,PI.ink),PI.Quant), IF(PI.Paper_Type=3,PRODUCT(SUM(PI.gloss,PI.ink),PI.Quant),0)))
Pics of collection for reference and issue.
Issue when i add new job: