I am trying to use an IF statement to change the value of "Ball in Court" based on the "PM question" cell:
FYI - both "Ball in court" and "pm question" are dropdowns
=IF([PM Question]@row = "02 - Changes Needed", [Ball in Court]@row = "01 - ENGINEERING", "")
When I set "PM question" to "01 - Submitted" the formula doesn't error, however when I set it to "02 - Change needed" I am getting an error as shown below. Help!