I have used the HAS formula successfully on a multi-select dropdown field in smartsheet using the below formula:
=COUNTIFS({Add-on func}, HAS(@cell, $Label@row), {PMO}, [EMIR Refit]$1)
where both Add-on func and PMO are multi-select dropdowns fields.
However if i try and replicate this for a contact column that permits multiple contacts i receive an error
Formula i am trying to use:
=COUNTIFS({Primary Owner}, HAS(@cell, $[Integration BA]@row), {Status}, Warranty$3))
where Primary Owner (Integratino owner (primary) is multi-select contact column and Status is single select dropdown column.
For context: Reference sheet & calculation sheet shown below. The "Unparsebale" should show as 5 but is not. can you please help? thanks