I need to count the number of occurances between 2 values.
Eg.
How many cells' values are greater than 1000 but less than 1500
How many cells' values are greater than 950 but less than 1000

I can use =COUNTIF(T2:T90,">1000") but how to then say and less than 1500.

I know it's probably very simple, but I can't find a list of criteria examples.

Thanks.

Nicci