F
Frank Kabel
Hi
not tested but try
{=STDEV(IF(($A$2:$A$23>$C2)*(A2:A23<=C20),$B$2:$B$23))}
($A$2:$A$23>$C2,$B$2:$B$23))} but this will not work:
{=STDEV(IF(AND($A$2:$A$23>$C2,A2:A23<=C20),$B$2:$B$23))}.
Any suggestions as to why the AND function in the array is
not working are greatly appreciated.
not tested but try
{=STDEV(IF(($A$2:$A$23>$C2)*(A2:A23<=C20),$B$2:$B$23))}
I am able to get the following array to work: {=STDEV(IF-----Original Message-----
I have been unable to use the AND function in an array.
($A$2:$A$23>$C2,$B$2:$B$23))} but this will not work:
{=STDEV(IF(AND($A$2:$A$23>$C2,A2:A23<=C20),$B$2:$B$23))}.
Any suggestions as to why the AND function in the array is
not working are greatly appreciated.