A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
=VLOOKUP(A1,A6:B20,2,FALSE)
This formula will return #N/A if there is no match. You can suppress this error value using IFERROR:
=IFERROR(VLOOKUP(A1,A6:B20,2,FALSE),"")