how many perfect score

J

James

we use a score of 1 through 10 on our survey. i want to count how many
perfect 10's or in a range.
 
D

Dave

Hi,
If the range is A2:A200
=COUNTIF(A2:A200,10)
Change range to suit your data.
Regards - Dave.
 
Top