Formula
opts = ["Worker remediation", "Corrective action plan", "Senior management", "Cancel contracts"] if [m1].flat().filter( (v) -> opts.includes v).length "Yes" else "No"
opts = ["Worker remediation", "Corrective action plan", "Senior management", "Cancel contracts"] if [m1].flat().filter( (v) -> opts.includes v).length "Yes" else "No"