Excel Vlookup HELP!! Please

redplatinum2

New Member
Joined
Feb 7, 2014
Messages
2
I have two excel files: Excel File A and Excel File B.

I want to look up and find a date on 'Excel File A' considering two columns.. Part number and Item Number (Which contains numbers and letters)

Then If the Part number and Item number matches I want to export the date associated with the two variables into a column in Excel File B.

(Basically im tryna match part & item numbers from file B with File A and export the date (in column C) from File A to B)

My english sucks, I hope you got the objective! Any help would be great

Thank you!
-Kevin​
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
You can either add a column and concatenate the Part Num and Item Num for each row or you can do and Index Match in the format as follows:

{=INDEX([File A]Sheet1!$C$8:$C$150,MATCH(A4&B4,[File A]Sheet1!$A$2:$A$150&[File A]Sheet1!$B$2:$B$150,0))}

Return with Ctrl+Shift+Enter
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,825
Members
449,470
Latest member
Subhash Chand

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