=COUNTIF(L2:L450;"<2,5")-COUNTIF(L2:L450;"<=2")
--
HTH
Bob Phillips
"A_F" wrote in message ...
in a column L i have values that range from 1,3 to 3,5,.
I want to count how many values are between lets say 2 and 2,5.
i tried with this expression: =COUNTIF(L2:L450;AND("2";"<2,5"))and it
returns me 0.
is it possible to count just how many values lies between given
interval (2<2,5) and how can i do this?
|