Compare cells in two colums from sheet 1 to sheet two, if they match, copy text from colum 3

jason72670

New Member
Joined
Jun 4, 2015
Messages
2
I have two sheets with three columns each. In column a of sheet 1, I will input names. In column b of sheet 1, I will input products. In column a of sheet 2, I have names. In column b of sheet 2, I have products. In column c of sheet 2, I have prices. I am using Sheet 1 as a daily monitoring sheet. Sheet 2 will be a master sheet where as prices change, I can correct the prices and it will be protected. I would like to be able to enter a name in column a of sheet 1 and a product column b of sheet 1 and find the corresponding match in columns a & b of sheet 2 and copy the price from that corresponding row from column c of sheet 2 to column c of sheet 1.

sheet 2

a b c
1 Harps Cookies $2.99
2 Toms Chips $0.99
3 Hormel Ham $5.99
4 Dawn Soap $4.19
5 Rudd Paint $4.25
6 Bush Beans $0.99



sheet 1

a b c
1 Dawn Soap
2 Bush Beans
3 Hormel Ham
4 Rudd Paint
5
6
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
This should work...

Add a column to sheet 2 and concatenate the Name and Product

See: Sheet 2

This use a VLOOKUP in sheet 1 to collect the prices

See: Sheet 1
 
Upvote 0

Forum statistics

Threads
1,206,755
Messages
6,074,756
Members
446,083
Latest member
kfunt

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top