Here's the data:
- I have a single document with several sheets inside.
- One sheet contains the master table that holds the Store IDs. This is the main bit of data.
- Each sheet in the doc has a table that uses the Store IDs. I'm calling these the child tables.
- Each time I add a new store to the master table I want that newly added store to automatically appear within the child tables.
- Not all tables in the sheet have/use the same data, but they all must display the store's ID, therefore when a new store is added it is OK all columns to be blank (except the store ID).
How to Add to MASTER and Populate Child.xlsx
Anyone know how to make this happen?
Bookmarks