Hi
I'm workng on a risk log template and want to summarise the number of red risks (score 20), amber risks (score 15-19), number of yellow risks (score 10-14) and the number of gree risks (score <10).
I thought I could use a COUNTIFS statement but I can only get it working to count all of just ONE value (example: 12).
=COUNTIF(Score:Score, 12)
I have tried adding in the range of scores via different syntax (10,11,12,13,14) and "10", "11", "12", "13", "14" and have tried
=COUNTIF(Score:Score, "10", Score:Score, "11", Score:Score, "12" etc
I was wondering if there was a way to select "between 10 and 14" as an example which might make the formula easier?
As always, grateful of any help
Thanks
Phil