Hello,
I have been messing with this formula forever and I feel like I am just barely missing the mark, but cannot seem to figure it out nonetheless.
GOAL: If column: "B/O Quantity" = 0 check the box, OR IF column: "Status" says "Backorder" check the box. If both instances occur still check the box.
Okay, the formula I have so far is:
=IF(OR([Status]@row = "Backorder", ([B/O Quantity]@row = > 0, 1 0,)))
I am getting an incorrect syntax error. Thanks for the help!