Try this

=IF(VLOOKUP(A2,$E$2:$F$5,2,FALSE)<=B2,"OK","Check")
You don't need to combine columns as the item you are looking up is unique in the table.
Does that work for you?