Lookup value between two numbers
The LOOKUP function does an approximate match lookup in one range, and returns the corresponding value in another.
Although the table in this example includes both maximum and minimum values, we only need to use the minimum values. This is because when LOOKUP can't find a match, it will...Read more