Hi Nabeelah_173,
Thanks for visiting Microsoft Community.
It seems you are discussing a mechanism that automatically adds data updated over time in sub-tables to specific positions in the master table. When new data is added to a sub-table, it is synchronously added to the correct position in the master table, and when data is deleted from a sub-table, the corresponding data in the master table needs to be retained. This level of automation undoubtedly requires VBA scripts to achieve. The script should periodically check each sub-table and record changes.
There are many details that need to be refined. For example, in what order should the data in the master table be arranged? How should the data in the sub-tables be added (always at the last row, or inserted in the middle)?
Additionally, it is worth noting that this real-time information capture mechanism will obviously cause significant lag in the workbook. I think it would be better to update the master table content periodically by manually running a macro.
If you have any thoughts or updates, please feel free to share them with me.
Best Regards,
Jonathan Z - MSFT | Microsoft Community Support Specialist