l2 INV01 Inventory Ordering - Confirmed Purchase Order Receipt

Options

I currently have used two different formulas for this line item.

They are:
IF Confirmed PO Delivery <> 0 THEN POST(Final Shipment Amount, Final Shipping Time Weeks) ELSE 0

And:
IF Confirmed PO Delivery = 0 THEN 0 ELSE POST (Final Shipment Amount, Final Shipping Time Weeks)

These both appear to work perfectly fine in my model with no issues, but when I enter them into the L2 Sprint 3 exam, they both come up as wrong.

I've read in a few other posts that question 3 on the exam is bugged but those posts were a few years old. Do my formulas appear correct? Are they formulas that are acceptable by the exam? Is the exam still bugged?

Best Answer

  • pyrypeura
    Answer ✓
    Options

    I think it would be good to check that Confirmed PO Delivery is greater than 0 not non equal 0.