Merging tables

Bernhard99

New Member
Joined
Apr 2, 2013
Messages
1
hi, I have different tables of information that I would like to merge into one large table, no calculations required.
The common demoninator i the column "project-nr". How do I do this?
I have tried to google it and have created data table relationships between the tables
but I cant seem to get this to work.

Am I on the right track If I have made a pivottable with data for the three worksheets.


The tables are like this (but much larger)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]project nr[/TD]
[TD]location[/TD]
[TD]revenue q1[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]stockholm[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]malmo[/TD]
[TD]2000[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]stockholm[/TD]
[TD]2300[/TD]
[/TR]
</tbody>[/TABLE]

[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]project nr[/TD]
[TD]location[/TD]
[TD]revenue q2[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]1002[/TD]
[TD]stockholm[/TD]
[TD]2400[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]malmo[/TD]
[TD]1200[/TD]
[/TR]
[TR]
[TD]1004[/TD]
[TD]stockholm[/TD]
[TD]1300[/TD]
[/TR]
</tbody>[/TABLE]

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]project nr[/TD]
[TD]location[/TD]
[TD]revenue q3[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]1001[/TD]
[TD]malmo[/TD]
[TD]2400[/TD]
[/TR]
[TR]
[TD]1005[/TD]
[TD]malmo[/TD]
[TD]1200[/TD]
[/TR]
[TR]
[TD]1006[/TD]
[TD]stockholm[/TD]
[TD]1300[/TD]
[/TR]
</tbody>[/TABLE]

[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

And now I want this in one large table like this
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]project nr[/TD]
[TD]location[/TD]
[TD]rev q1[/TD]
[TD]rev q2[/TD]
[TD]rev q3[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1004[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

What is the simplest way for this?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).

Forum statistics

Threads
1,223,910
Messages
6,175,316
Members
452,634
Latest member
cpostell

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