I am stuck with building the formula for "confirmed PO delivery"
In case line item "PO submitted" is 1 for week x, it should show 1 in line item "confirmed PO delivery" for week x + offset. The offset number is depending on the shipping time shown in week 1.
I used formula: IF PO Submitted = 1 THEN OFFSET(PO Submitted, -Final Shipping Time Weeks, 0) ELSE 0
But this is showing 0 in all weeks
Can someone help me with this formula? Thanks !!!!