Combine Two Tables into One that Includes All Unique Data from Each Source Table

chasescresties

New Member
Joined
Aug 7, 2013
Messages
3
Hi All,

I currently have two tables that are on separate worksheets in the same workbook. I want to combine them onto a third worksheet in that same workbook. When I say combine, I mean literally stack one right on top of the other*. Both tables have the same column headers, but all of the data is unique to its respective table. I understand that this is a simple copy and paste thing. The catch is that I want the third table to be linked to the source tables so that when the source data is changed, the third table automatically updates to show the new changes.

*"Stacking" Example:
Table 1:
A B C D
1 2 3 4
5 6 7 8

Table 2:
A B C D
9 8 7 6
5 4 3 2

Table 3 (Combined):
A B C D
1 2 3 4
5 6 7 8
9 8 7 6
5 4 3 2

Anyone able to help with this?
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
You could paste in the 2nd table, then use the Data --> Remove Duplicates function?
 
Upvote 0
Ok. Click Record Macro. Run the remove duplicates function. Then select the data, copy, paste. Stop recording. Then run this macro each time you need.
 
Upvote 0

Forum statistics

Threads
1,216,466
Messages
6,130,795
Members
449,593
Latest member
morpheous

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