I think you are looking for a Vlookup...
I am assuming that you have the descriptions and respective prices in your Price List sheet?
If so, then try something like:
=IF(A17="","",Vlookup(A17,'Price List'!A:B,2,0))
where your price list is in columns A-B of "Price List" sheet,
Then you can copy formula down.
Bookmarks