having one more than one column index number

A

Angel aAlegria

Want the column index number to pull from 3 different cells and show the
three numbers?
 
A

Angel aAlegria

=IF(C19="","",VLOOKUP(C19,INDIRECT(B19&"List"),2,FALSE))
That is the formula I am using and it says to show the second column (2),
but I want it to show columns 2, 3, 4, 5, 6
 
Top