Combining data from multiple excel files, based on serial number, into summary sheet.

bambamdan

New Member
Joined
Nov 10, 2016
Messages
1
Hi there,

I have 5 excel documents, each containing 1 worksheet that lists a set of information relating to a serial number like in the table below. In each of the documents the list of the serial numbers is the same, but the properties are different e.g. Document 1 contains property A, B, C Document 2 contains property D, E, F. etc.

[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]Serial Number[/TD]
[TD]Property A[/TD]
[TD]Property B[/TD]
[TD]Property C[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]10[/TD]
[TD]15[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]4768[/TD]
[TD]123[/TD]
[TD]3[/TD]
[TD]24[/TD]
[/TR]
</tbody>[/TABLE]

What I'm trying to do is combine all the documents into 1 summary worksheet that contains all the data listed against each serial number so it looks something like the second table: In the past I've used VLOOKUP for completing a similar process where all the data is in one document but I don't really know where to start when trying to combine multiple documents, any help would be much appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]Serial Number[/TD]
[TD]Property A[/TD]
[TD]Property B[/TD]
[TD]Property C[/TD]
[TD]Property D[/TD]
[TD]Property E[/TD]
[TD]Property F[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]10[/TD]
[TD]15[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4768[/TD]
[TD]123[/TD]
[TD]3[/TD]
[TD]24[/TD]
[TD]2[/TD]
[TD]43[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Forum statistics

Threads
1,223,231
Messages
6,170,884
Members
452,364
Latest member
springate

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