I have a list of goals for the year and we are using harvey ball symbols to indicate the percent complete an the red, yellow, green, gray balls to indicate the health/status of the project. I would like to display a report on my dashboard that shows the number of projects we have in each harvey ball stage and also in each status.
=COUNTIF([Status]:[Status]),(["Green"])
=countif=([% Complete]:[% Complete],"half")
I have tried a few different things but am getting unparseable.