I need to select the closest value from a list of values. For instance, I have 5,565 and need to select the appropriate value (rounding up) from the list below:
100
2,204
4,500
10,000
The value that I would select would be 10,000.
I need a formula that loops through the list of values and assigns the appropriate one to a variable.
100
2,204
4,500
10,000
The value that I would select would be 10,000.
I need a formula that loops through the list of values and assigns the appropriate one to a variable.