Explanation

One of theVLOOKUP function’skey limitations is that it can only look up values to the right.

There is no way to override this behavior since it is hardwired into the function.

Essentially, we are asking choose for both the first and second values.

Restructured lookup table

The values are provided as the two named ranges in the example: score and rating.

Notice however that we are providing these ranges in reversed order.

With INDEX and MATCH

While the above example works fine, it isn’t ideal.

Restructured lookup table

For one thing, most average users won’t understand how the formula works.

A more natural solution isINDEX and MATCH.

The values provided to CHOOSE can include references.

Restructured lookup table

Restructured lookup table

Restructured lookup table

Excel formula: Left lookup with INDEX and MATCH

Excel formula: VLOOKUP with variable table array

Excel formula: VLOOKUP two-way lookup

Excel formula: Get employee information with VLOOKUP

Excel formula: Merge tables with VLOOKUP

Excel formula: VLOOKUP without #N/A error

Excel VLOOKUP function

Excel CHOOSE function

Article image

Article image

Article image

Article image