Populate Table1 from Continuously Updating Table2, Table 3, etc

tanman223

New Member
Joined
Nov 7, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I have multiple tables Table2, Table3, Table4 etc that get populated with new manufacturing data daily. These tables are in separate workbooks! From these tables, I want to populate Table 1 (a consolidation of all the pertinent data from other Tables, and it's own file/location) by running macros to refresh with the historical data and the newly entered data. The tables are constructed such that column A in all of them contains the Manufacturing Batch #s. In the other columns there are unique parameter names. If Table 1 is empty with just hundreds of columns of parameter names, and a person just updates Table1 with batch numbers in Column A, I would like to create a macro that populates Table1 with data from the other tables. I picture it as "where Parameter267 exists in Table2, copy data from Table2 to Table1 where Batch# matches". Then loop for all batches for that parameter, and do the same for all other parameters.

The order of the batch numbers between tables may be different or some may be missing, therefore I can't just copy entire columns.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Upvote 0

Forum statistics

Threads
1,215,001
Messages
6,122,648
Members
449,092
Latest member
peppernaut

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