Vlookup with mulitple column ref outputs

Hi All, i am trying to use vlookup but need to ref more than one column output eg: col_num_ind 2, 3, 4 etc.

Is this possible to do with this function? Is there a work around?

Any help greatly appreciated.

Thanks in advance

moremeba

Replace column number with COLUMN()

 Example:

=VLOOKUP(A1,tbl,COLUMN(),FALSE)

Nick's picture

VLOOKUP

Create another column, and concatenate the other columns, then VLOOKUP on that.