Having trouble with the last part - the Status column is a dropdown with 5 options. I want it to count if it meets all of the entity, type of request and then if the Status is Ready for Approval OR On Hold. The problem with my formula is after the OR part. Anyone have some advice?
=COUNTIFS({Entity}, [A]109, {Type of Request}, Backfill, {Review}, "0", {Status}, OR(@cell=“Ready for Approval”, @cell=“On Hold”)