If the likelihood of having the exact same number (with all decimals) repeated in the range (even in the opposite sign) is very close to nil, you may be able to get away with:
=INDEX($I$37:INDEX($I:$I,MATCH(9.999999E+307,$I:$I)),MATCH(LARGE(IF(ABS($I$37:INDEX($I:$I,MATCH(9.999999E+307,$I:$I)))>=LARGE(ABS($I$37:INDEX($I:$I,MATCH(9.999999E+307,$I:$I))),10),ABS($I$37:INDEX($I:$I,MATCH(9.999999E+307,$I:$I)))),ROWS($I$37:$I37)),ABS($I$37:INDEX($I:$I,MATCH(9.999999E+307,$I:$I))),0))
confirmed with CTRL+SHIFT+ENTER and copied down....
... but this doesn't guarantee accuracy if a number is duplicated exactly (in opposite sign).
Bookmarks