I have the formula figured out if only needing to rely on "looking" at one column:
=IF([Approved?]@row = 0, "Pending", "Closed")
I want to update the Status column to also take into consideration the "Approved as GRA Extension?" column. How can I write the formula so that if a box is checked in EITHER the "Approved?" or "Approved as GRA Extension?" columns, the Status is updated to closed? If no boxes are checked, the status should stay as pending.
I do need different columns as there are different automation triggers associated.