I am trying to take table 1

Sheet1
Column D = Item
Column M = Cost
Column P = Price

Sheet2
Column A = Catalog No
Column D = List Price
Column E = Net Price

what i need to do is grab column d from sheet1 and match it to column a on sheet2 if it is a perfect match take sheet2 column d and put it in sheet1 column p and column e needs to go into sheet1 column p

when searching sheet 1 column a if it does not find an exact match on sheet2 then it just skips it