Y
yasen
A B C D E
674 817 2 0 1
-6.0
-6.0
0.1
I need to count only the cells (in the first column) wich contain values
within a specified range and display the result (if <0.5 in column C, if
between -0.5 and 0.5 in column D and if >0.5 in column E). I used the COUNTIF
function. It works well with the simple range definitions "<-0.5" and ">0.5".
How should I define the range between -0.5 and 0.5? I tried this below, but
it seems I am wrong somewhere.
=COUNTIF(A30:A32;"AND(-0.5>,<0.5)").
Thank you in advance!
674 817 2 0 1
-6.0
-6.0
0.1
I need to count only the cells (in the first column) wich contain values
within a specified range and display the result (if <0.5 in column C, if
between -0.5 and 0.5 in column D and if >0.5 in column E). I used the COUNTIF
function. It works well with the simple range definitions "<-0.5" and ">0.5".
How should I define the range between -0.5 and 0.5? I tried this below, but
it seems I am wrong somewhere.
=COUNTIF(A30:A32;"AND(-0.5>,<0.5)").
Thank you in advance!