I keep receiving an invalid error when trying write this formula:
IF({Close ID} != “”, "imported”, IF(AND({Commercial?} = “yes”, {Close ID} = “”), "ready to import”))
field 1 is a single line text field and field 2 is a single select field. Both If s...