Currently using: =INDEX(C7:C9,MATCH(MIN(IF(ISNUMBER(C7:C9),ABS(C7:C9-0))),IF(ISNUMBER(C7:C9),ABS(C7:C9-0)),0))
It shows the number closest to zero, out of the 3 numbers provided. How can I make this select the second closest number to zero? There will never be a tie between the numbers provided...