Hi - if I want to lookup a value in a list, and return the closest match to it, how do I do it?
Example - I want to find the closest match to the value 1600 in this list -
1000
1250
2350
4000
8500
So, the closest match is 1250. How do I return this value?
Example - I want to find the closest match to the value 1600 in this list -
1000
1250
2350
4000
8500
So, the closest match is 1250. How do I return this value?