Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Look up a value which position changes. | Excel Discussion (Misc queries) | |||
How can I fix the position of a row | Excel Discussion (Misc queries) | |||
Position in a string | Excel Worksheet Functions | |||
Page Position | Excel Discussion (Misc queries) | |||
.position | Charts and Charting in Excel |