Formula
= optionsYes = [
"Hotline (direct employees)"
"Hotline (supply chain workers)"
"Focal Point (direct employees)"
"Focal Point (supply chain workers)"
]
optionsNo = [
"Whistleblower protection (direct employees)"
"Whistleblower protection (supply chain workers)"
"In Development (direct employees)"
"In Development (supply chain workers)"
"No"
]
if optionsYes.filter((v) -> m1.includes v).length
"Yes"
else if optionsNo.filter((v) -> m1.includes v).length
"No"
else
"Unknown"