How to setup formula for Countif and then divide

Copper Contributor

I used countif formula =COUNTIF('Goal Tracker'!H12:J28,"g") and need to divide the answer by 8.  How do I write the formula to include the divide by 8 part?  Thanks.

1 Reply
Try: =COUNTIF('Goal Tracker'!H12:J28,"g")/8