Suppose your list of data above is in cells A1 to B7 in the same sheet. Then you can use this formula in cell J14:

=VLOOKUP(F14,$A$1:$B$7,2,0)

Hope this helps.

Pete