I would recommend using an IF statement in an adjacent column and then adding up that.
Hope this helps you out.
Barrie
Alternatively: use either of
(1) =SUMPRODUCT((A1:A100>=7.5)*(A1:A100<10))
(2) =SUM((A1:A100>=7.5)*(A1:A100 < 100))
The second needs to be array-entered, that is, you need to hit CONTROL+SHIFT+ENTER at the same time (not just ENTER) to enter it.
Aladin
Aladin, I knew you'd come up with an array solution...
I tried it on my own but couldn't quite get it. Array formulas are a difficult concept to get my head around but I can really see where they would come in handy. Anyways, I still working on getting better in this area.
Regards,
Barrie