Forum Discussion
ahoov008
Apr 28, 2026Copper Contributor
COUNTIF Formula
I have an assignment where I have a sheet of student test scores. My sheet contains the students in my class and if they got the answer right or wrong on a 20 question test. I have already averaged o...
- Apr 29, 2026
looks like you parentheses is off:
=COUNTIF(V2:V19), ">.895"
should be
=COUNTIF(V2:V19 , ">.895" )
ahoov008
Apr 29, 2026Copper Contributor
Thank you so much to everyone who replied!! I appreciate your help so much!! Y'all saved the day!