In C3, enter :
=IF(A3="","",IFERROR("Employee ID : "&A3&CHAR(10)&"Employee Name : "&VLOOKUP(A3,Data!$B$2:$D$4,2,0)&CHAR(10)&"Amount : "&VLOOKUP(A3,Data!$B$2:$D$4,3,0),""))
then, click Format cells >> select Alignment tag, check the box of "Wrap text"
Copy down formula.
Regards[/quo