Check other page for data and insert

ExtremeNewb

New Member
Joined
Apr 6, 2013
Messages
5
Hello, I have been struggling with this for quite some time now. Basically am trying to have it do is check the other sheet and match the name with what is in column F and A of both sheets then put the price in column C (From E of the other sheet). How would I do this?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Welcome to MrExcel.

Here's an example:

=INDEX(Sheet2!C:C,MATCH(1,INDEX((Sheet2!A:A=A1)*(Sheet2!F:F=F1),),FALSE))

Adjust the range and worksheet references to suit. Also try to avoid using entire columns.
 
Upvote 0
Andrew, Thank you for responding! The data I need to match is in Column F (sheet is named PRICE-Master.xlsx) and i need to match it with column A of the second sheet (named backup1-edited1.csv) And I need it to insert the information from Column D of Price-master into column C of backup1-edited.csv if the data in Column F and A match. What would I put? Sorry I am so dense.
 
Upvote 0
Andrew thank you so much for replying. I have been sitting here refreshing for the past few hours hoping someone would respond! The file name is Backup2-Edited.csv and PRICE-Master.xlsx. Once again thank you!
 
Upvote 0
Sorry. In PRICE-Master.xlsx the worksheet is named sheet1 and in Backup2-edited.csv its Backup2-edited.csv
 
Upvote 0
In C1 on sheet Backup2-edited:

=INDEX('[PRICE-Master.xlsx]Sheet1'!D:D,MATCH(A1,'[PRICE-Master.xlsx]Sheet1'!F:F,FALSE))
 
Upvote 0

Forum statistics

Threads
1,202,966
Messages
6,052,846
Members
444,603
Latest member
dustinjmangum

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