For search tasks, in addition to using the VLOOKUP function, we can also use the XLOOKUP function! Let's see how it works!
Our table contains clients of a credit institution. We see the clients' names, IDs, net salaries, and all other loan-related data. On the following worksheet, some client IDs are highlighted in column A. First, let's display the names corresponding to these IDs. We can't use VLOOKUP here, because if we look at the client list on the worksheet, it's clear that the IDs are in column B, while the names are in column A, to the left of the IDs. Let's solve the task with XLOOKUP, insert it in cell B2! The Lookup value, as with VLOOKUP, is the ID in cell A2.
However, a significant difference between the two functions is that we must specify separately the column in which we search and the column from which we expect the result.