I am wanting to write a formula using VLOOKUP that when the values in the selected range are gone through the default instead of being the next lower value that the LOOKUP selects from it goes to the next higher value. Example
Col A Col B
100 1
200 2
300 3
400 4
500 5
if my value to lookup is 250 the return value is 2 I want it to be 3. I do not want to write code and was hoping a function might be all that is needed.
Col A Col B
100 1
200 2
300 3
400 4
500 5
if my value to lookup is 250 the return value is 2 I want it to be 3. I do not want to write code and was hoping a function might be all that is needed.