return a range of cells from a vertical lookup

V

vickyb_au

I would like to know if I can return a range of cells (up to 30 columns to
the right of the lookup) when using vertical lookup forula?????
 
A

Alvin

use array VLOOKUP

the formula looks like :
=VLOOKUP([key],[find in range],{2,3,4,...,31},0)

suppose you the VLOOKUP result in A10:AD10. So select A10:AD10, type the
formula above, press Ctrl+Shift+ENTER.
 
Top