Getting the values in an excel based on a matching column in the another excel document

GeoJul

New Member
Joined
Jun 8, 2016
Messages
13
Hello

I need a help on my problem.


I have the first excel document 'Sharepoint.xlsx', where I have the column named 'Column1' which has the values like:

S15-04109-01
S15-01049-01
S15-05147-SM-003
S16-02411-01-006

There are two other columns in 'Sharepoint.xlsx' namely 'Modified On' & 'Modified By' which is having some value against each of Path column values,
which has the values like:

Modified
---------
2/4/2016 11:24:24 AM
11/18/2015 5:38:08 PM

Modified By
-------------
Markus Holaschke
Calin Costea

There is a second excel document 'ARM KPI', there is a column called Trialcode which is to be compared with Column1 in 'Sharepoint.xlsx' document.

If matches, it should paste the 'Modified On' & 'Modified By' value against 'Column1' in the second excel document 'ARM KPI' columns namely 'ARM file upload date' and 'Uploaded by'

This is the requirement.


I am using the below formulas in the column 'ARM file upload date'

=IFERROR(INDEX([Sharepoint.xlsx]prod_activity_edm!$D:$E,MATCH(A2,[Sharepoint.xlsx]prod_activity_edm!$N:$N,0),1),"")

AND

'Uploaded by'

=IFERROR(INDEX([Sharepoint.xlsx]prod_activity_edm!$D:$E,MATCH(A2,[Sharepoint.xlsx]prod_activity_edm!$N:$N,0),2),"")

But not able to fetch the data. What might be the reason?


I am sharing my excel documents for easy understanding. Please access through the links below:

https://www.dropbox.com/s/w9vod4wsgs...point.xls?dl=0

https://www.dropbox.com/s/rjffwiomj9...0KPI.xlsx?dl=0

Thanks in advance.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,215,890
Messages
6,127,594
Members
449,386
Latest member
owais87

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