I want to create a lookup which returns data corresponding to a value equal or greater than the looked up value. If I use Vlookup it will always return the data relating to a value less than or equal.
For example: if I do a lookup for 1.5 and the first column of the array only contains 1 and 2, V lookup will return the value corresponding to 1. I want the value corresponding to 2.
For example: if I do a lookup for 1.5 and the first column of the array only contains 1 and 2, V lookup will return the value corresponding to 1. I want the value corresponding to 2.