I have created a helper sheet to use for building a stacked bar chart. The sheet data should count how many open tasks an individual is assigned to from two different sheets. Because there may be multiple contacts in an Assigned To column, I need to update this formula by adding HAS. I cannot get it to work correctly in this helper sheet.
My formula:
=COUNTIFS({Network General Operations Tasks Assigned To}, HAS($Person@row, {Network General Operations Tasks Status}, <>"Complete"))
The formula is delivering "0" as a result for Brian, when it should be 13 based on the sheet summary formula from the source sheet (Network General Operations Tasks):
Any ideas on what I'm missing here? Appreciate it!