1st remove the trailing space in sheet 2 Body

Then, in B4, you can use this...
=INDEX(Sheet2!$C$2:$F$4,MATCH(Sheet1!$B$3,Sheet2!$B$2:$B$4,0),MATCH(Sheet1!$A4,Sheet2!$C$1:$F$1,0))
copied down