Hello, I am trying to count the times that a department is responsible for a task in the month of January from other sheets. I'm having trouble counting when there are multiple values within a cell. It will only count when the "label" is on its own so I'm thinking I need to add in a contains or has function but am having trouble do so.
=COUNT(COLLECT({Project Status}, {Responsible}, $Label@row, {January}, "ON"))
I've used a function within the RACI Matric sheet to determine whether the task is within the month of January (the January column referenced)