With this formula below I can see if each of the 4 people Approved something, but how can I add a nested section that would also mark a [Approval Check] field "Someone Denied The Request" if any one of the 4 approvers mark the approval as "Declined"
=IF(AND([Bob Approval]@row = "Approved", [Jack Approval]@row = "Approved", [Jill Approval]@row = "Approved", [Matt Approval]@row = "Approved"), "All Approved", "Pending Approval")