I have a column that has the option to have multiple values.
I created a calculation sheet so I can use the data in a dashboard, so I need to count the number of "GovDoc" and the other values but it keep returning 0
I'm using the following formula
=COUNTIF({Issues}, HAS({Issues}, "GovDoc"))
What is wrong?