Concerning the "Confirmed Purchase Order Receipt" field. The "Hints" suggest;
IF Confirmed PO Delivery > 0 THEN OFFSET(Suggested Order Amount for the Month, -Shipping Time Weeks, 0) ELSE 0
That is working fine.
However, I was thinking about using POST, as I do in the "Confirmed PO Delivery". Instead of using an IF THEN statement, Simply use POST. I used PO Submitted * Suggested Order Amount for the Month as the VALUE and offset it by the number of weeks. For the majority of the values, it will be 0 * Suggested Order Amount... which is Zero. Both work fine, I was just wondering which would be more efficient?
Thanks for your time!