I've been trying to figure out a way to combine data from multiple tables into one pivot table. The data from the table is populated when certain information is copy and pasted from a system that we use in my business for multiple lines of production. The report I'm making for this will have multiple people putting in information to the tables (uniformly formatted though) so all of the computations need to be done on the back end.
How do I merge two tables in Excel that have identical columns? <-- the pure excel solution in the bottom of this post is the best solution I've seen for my issue, but I have no idea how to format it or implement it for what I need. Specifically I have 32 named tables that I will be aggregated the data from, and my idea was to create 1 table in which the information from all of the tables is put together, and then to have a pivot table to organize the information from the summary table.
Any help or advice on this would be greatly appreciated!!!
Essentially what I've got is multiple tables that are empty on a "master copy" workbook where multiple people are essentially copy+paste-ing information into their individual tables. I'm just trying to set it up so the person running the report will not have to do a lot of work to get the information needed and it's taken care of on the back end. If I append a bunch of blank tables together into one and just display the main one (where the rest are appended)....
– Ponathjd Mar 21 '16 at 13:06