Hi all,
This has become a bit of a brainteaser for me and was wondering if anyone much more proficient than I could have a crack!
Trying to formulate a field to return COST PRICE as a NEG value when the following options are true:
- There is a value in COST PRICE($) column
- AND the REASON column value = “DEFECT”
Further, I need help creating a condition that applies the above only when the following is true for a certain supplier:
- The SUPPLIER column value = VR
- The GAME RETURNED column (checkbox) = TRUE
Essentially, I want to have a negative cost-price returned in a separate column if the REASON is listed DEFECT and the COST PRICE is AVAILABLE, but for a particular supplier (VR) I only need this negative cost-price value returned when the GAME RETURNED column is checked.
Current formula is:
IF({COST PRICE}=1, AND({REASON}=“DEFECT”), {COST PRICE}*-1)
and is returning cost-price for every reason code listed, instead of just DEFECT. Also doesn’t factor in the VR supplier condition.
Wondering if there is an Airtable wizard out there who can assist!