Combine two or more tables into a third separate table

0

I have an excel workbook that has three pivot tables in it. What I am wanting to do is create a fourth table that combines the data from all three of the other tables.

Essentially I want to concatenate the tables together but still preserve the source tables.

Another criteria of what I am wanting to do is if I add a row to any of the source tables it must update the combined table and it must work with x amount of rows where x could be any size.

I know I am asking a lot but I would be so grateful if I could get some help working this out. I am comfortable with using either VBA or native excel to solve this.

If you guys need examples I will be happy to upload some.

Samuel

Posted 2010-11-14T08:31:59.280

Reputation: 1

Answers

0

Perhaps you could move the data into database tables, perhaps using Microsoft Access, perhaps using something better. You could then use those database tables as data-sources for the Excel worksheets.

RedGrittyBrick

Posted 2010-11-14T08:31:59.280

Reputation: 70 632

I found a solution using VBA – Samuel – 2010-11-15T17:55:39.137