Hi everyone.
I can't get this right. I want a single formula to determine the highest value in a Range which fullfils two separate conditions.
B C D E F G H
32 25 17 10 33 36 42
{=MAX(IF(AND(B3:F3>=G3-5,B3:F3>=H3-10),B3:F3,0))}
It should return 33 but it returns always 0. Why?
Thanks
Mark
I can't get this right. I want a single formula to determine the highest value in a Range which fullfils two separate conditions.
B C D E F G H
32 25 17 10 33 36 42
{=MAX(IF(AND(B3:F3>=G3-5,B3:F3>=H3-10),B3:F3,0))}
It should return 33 but it returns always 0. Why?
Thanks
Mark