Please don't type your question in capitals it represents your shouting at people.
You can use an IF statement around the VLOOKUP to say if the cell has a value then use the VLOOKUP at the true element and place in no text if false, follow what I have done in Red
=IF(B2>0,VLOOKUP(B2,TableRange,Column,False),"")