I am trying to count the number of decisions where the impacted workstream is either Enrollment or T&R and status is requires leadership attention. The workstream field is multi choice so a decision can impact one or the other of the workstreams or both, so need to ensure not double counting which is why I need to use OR. I am getting an error message #INVALID DATA TYPE using below formula. Can someone help me understand how to fix this formula?
=COUNTIFS({Decisions}, OR({Workstream}, HAS(@cell, $[Primary Column]$1), {Workstream}, HAS(@cell, $[Primary Column]$2)), {Status}, "Requires Leadership Attention")