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

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
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,214,585
Messages
6,120,391
Members
448,957
Latest member
Hat4Life

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