S
Stefi
Hi All,
I have a range (C11:AF11) with numbers in it, e.g. (C11:N11, the rest of the
range is empty):
-1100 -900 -810 -800 -850 -1000 -700 -810
I'd like to determine the position of the last entry meeting criterium
<-700, in my example it is 9 (the position of the second -810). I tried
=MAX(MATCH(HLOOKUP(-700,C11:AF11,1),C11:AF11,0))
as an array formula but it still returns 4 (the position of the first -810).
Please help!
Thanks,
Stefi
I have a range (C11:AF11) with numbers in it, e.g. (C11:N11, the rest of the
range is empty):
-1100 -900 -810 -800 -850 -1000 -700 -810
I'd like to determine the position of the last entry meeting criterium
<-700, in my example it is 9 (the position of the second -810). I tried
=MAX(MATCH(HLOOKUP(-700,C11:AF11,1),C11:AF11,0))
as an array formula but it still returns 4 (the position of the first -810).
Please help!
Thanks,
Stefi