View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=COUNTIF(A:A,"90") - COUNTIF(A:A, "=100")

Another:

=SUMPRODUCT(--(A1:A1000<90),--(A1:A1000<100))