i am trying to count the amount of times a name appears in a sheet (Column) the formula below works fine if a cell only has one name however if a cell has multiple names it will not count it from that cell, the formula i am using is =COUNTIFS({SNOW - ARIaDd Log assigned to}, $[Primary Column]@row, {SNOW - ARIaDd Log type}, [Column2]$9, {SNOW - ARIaDd Log -status}, "Open").
i have tried adding the HAS function, =COUNTIFS({SNOW - ARIaDd Log assigned to}, HAS(@Cell, $[Primary Column]@row, {SNOW - ARIaDd Log type}, [Column2]$9, {SNOW - ARIaDd Log -status}, "Open") but that just returns #Unparesable error.
any guidance would be appreciated