A vendor has given us a step price increase over the next 3 years. But I can't figure out the best formula to bring back the correct pricing.
I have 13 sheets that will reference this sheet for pricing. In order for the pricing to generate for our use, I need it to be correct for the year.
It's going to be complicated. Index/Match would be based on the entry Date.
For the original price increase I was able to state =IF(Date@row < [Henkel Pricing update]@row, 0.98, 1.01). But this became more complicated.
I think it will be a collect function and I'll keep trying that. Appreciate the help.