I'm looking for a non-array formula that will find the position in a list of the number closest to another number.
In A1:A6, let's say I have 1;2;7; ;8;9
The closest number to 6 would be 7, so the formula would return 3 for the 3rd position.
The closest number to 3 would be 2, so the formula would return 2 for the 2nd position.
I don't think MATCH works for me here.
Thanks!
In A1:A6, let's say I have 1;2;7; ;8;9
The closest number to 6 would be 7, so the formula would return 3 for the 3rd position.
The closest number to 3 would be 2, so the formula would return 2 for the 2nd position.
I don't think MATCH works for me here.
Thanks!