I'm not sure what you are really asking but this formula works:
In cell C4 enter the following formula
=IF(ISNA(VLOOKUP(D$3,Sheet2!$D$4:$P$17,13,FALSE)),"",VLOOKUP(D3,Sheet2!$D$4:$P$17,13,FALSE))
Copy the formula to the right to column X

The first part of the formula takes care of a "non match",
the rest of the formula does a "regular" lookup

=====================
If this solves your problem. Change the title to include [SOLVED]
and please click on the star at the bottom of this message

Kirk