Good day, how can one get the smallest value that is greater than or equal to a lookup_value?
For example if the lookup value was 150 and the range was:
010, 100, 200, 300, 400
I would like to choose 200, since it is greater than 150 and is smaller than the 300 and 400.
The problem with...