Forum Discussion
ahoov008
Apr 28, 2026Occasional Reader
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...
m_tarler
Apr 29, 2026Silver Contributor
looks like you parentheses is off:
=COUNTIF(V2:V19), ">.895"
should be
=COUNTIF(V2:V19 , ">.895" )