Hello,
I have an "Approval" column that I want to automatically update to "Approved" if two other columns are also "Approved." I have tried different formulas, but am getting an error "Unparseable."
My two columns that need to be in an "approved" status are "Executive Sponsor approval" and "Additional Approvers approval" and the other values are submitted or declined. If either of these two columns is declined, then my approval status is also declined.
I found this in another chat in the forum, but I don't have blank values, so I am not able to get the formula to work: =IF(NOT(ISBLANK([Column B]@row)), "Done", IF(NOT(ISBLANK([Column B]@row)), "Awaiting Approval", IF(NOT(ISBLANK([Column A]@row)), "In Progress", "New")))