Você pode usar o VLOOKUP em uma função de matriz para fazer isso se realmente quiser.
Existem detalhes em esta postagem do blog , mas aqui está o resumo:
Select the cells (cells equal to the number of columns that you wish to fetch) where you wish to populate the VLOOKUP results.
Next, without clicking anywhere else type the formula: VLOOKUP("Florian",A:D,{1,2,3,4},FALSE) in the Formula bar. The third argument i.e. {1,2,3,4} specifies the columns that need to be fetched.
After this simply hit the Ctrl + Shift + Enter keys. This will enclose the above formula in curly brackets and the cells that you had selected will show the fetched columns.