how do i count cells with values in a certain range ?
This formula will do it:
=SUMPRODUCT(--(A1:A13=1001),--(A1:A13<=1500))
If you use it, make sure to adjust the ranges to fit your data and that
the "greater than or equal to" and "less than or equal to" operators
fit your requirements.
|