you could use:
=INDEX($A$1:$A$4,MATCH(MIN(ABS(A1:A4)),ABS(A1:A4),0))
assuming your data in A1:A4. This is an array formula and needs to be entered with Ctrl+Shift+Enter not just Enter.