IntermediateLookup & Reference3 min20 points

When can VLOOKUP not do the job?

The situation

A colleague insists VLOOKUP can handle any lookup and that XLOOKUP is a fashion. Before you argue, it is worth being precise about the one thing VLOOKUP actually cannot do, rather than the things it merely does awkwardly.

Choose an answer

Functions in this exercise

  • VLOOKUPFinds a value in the first column of a table and returns a value from another column.
  • XLOOKUPFinds a value in one range and returns the matching value from another — in any direction.

Who this is for