VLOOKUP() will provide all 3 pieces of information. You just need to edit the 3rd parameter to indicate which column in the vlookup range to return a value from.
=VLOOKUP(A2, Sheet2!$A:$D, 2, 0)
=VLOOKUP(A2, Sheet2!$A:$D, 3, 0)
=VLOOKUP(A2, Sheet2!$A:$D, 4, 0)
Bookmarks