countif red text lines
Options

Andreas Gevay
ββ
Hi, want to count "at risk" check boxes to present at a dashboard.
Β
so I thought fx=COUNTIF(Status2:Status14, "red") works, but it only produces 0 as result
Β
Any suggestion
Β
Thanks
Comments
-
So, question: are you using a checkbox for 'at risk' and then conditional formatting to show the line as red?
I use the Red/Yellow/Green balls to show risk status and the =countif function works just fine that way. Post details or a screenshot of what you're doing.Β
-
If you're using checkboxes. You can use =countif(status2:status14, 1) That will count if the checkbox is checked or not.Β
-
If you're using checkboxes. You can use =countif(status2:status14, 1) That will count if the checkbox is checked or not.Β