Hi there!
I’m trying to build out a formula that allows me to use checkboxes to update an application status column. As of now, this is my current formula:
IF(
AND({Reviewed}, {Accepted}),
‘Accepted’,
IF(
{Accepted},
‘Error!’,
IF(
NOT({Reviewed}),
‘P...