I need to apply some sort of formula or code to a cell that will search a column on another sheet and insert the data that is in the adjacent cell.
Scenario:
Sheet1 has all the main data. It has a part number in column 1 and a price in column 2.
Sheet2 also has a part number in, for example, C2. I want for C3 to show the price from Sheet1 if C2 matches the part number from sheet1.
I hope that makes sense.