Hi Shivinder,
Without a sample, it is difficult to give you any suggestion. But here my try.
Considering your Lookup table is in A1:D10, with headers on row 1, and I will assume you want to extract all 2,3,4 column value in a single formula, without changing the formula column number of Vlookup formula to 2 , 3 & 4. Than try this,
Select 3 cells, Press F2 and put below formula
=VLOOKUP(M10,A1:D10,{2,3,4},0) and press Ctrl+Shift+Enter. Your three cells will be populated with all the values Here Look up value is in M10.
Just advise if you have some other issue.
Regards,