Forum Discussion
Adding new rows from source sheet to linked sheet
- Apr 21, 2020
You should use Power Query.
Select the first table and under the data tab, in the "get and transform data" area, select "from table/range". This will load PQ where you can format if you'd like. Select close and load drop down, then close and load to-then choose only create connection. Do the same for the other table. Then you need to go back to PQ, to do so, select get data, then launch PQ editor. Select table1, and choose Append Queries drop down, then select append queries as new. In the box that pops up, table1 will be selected for you, you have to choose table2 in the bottom half of the screen, then hit ok. Your mergered table will appear, and now you'll select the close and load drop down arrow, and choose close and load to Table.
When you want new data to show up in the new table, refresh all and it'll show up.
You should use Power Query.
Select the first table and under the data tab, in the "get and transform data" area, select "from table/range". This will load PQ where you can format if you'd like. Select close and load drop down, then close and load to-then choose only create connection. Do the same for the other table. Then you need to go back to PQ, to do so, select get data, then launch PQ editor. Select table1, and choose Append Queries drop down, then select append queries as new. In the box that pops up, table1 will be selected for you, you have to choose table2 in the bottom half of the screen, then hit ok. Your mergered table will appear, and now you'll select the close and load drop down arrow, and choose close and load to Table.
When you want new data to show up in the new table, refresh all and it'll show up.
- ssekwerobertJan 04, 2023Copper ContributorFor me, I don't want to use a power query because it crashes my PC of 4gb RAM yet I want to have very many 40 worksheets each having a table with more than 200 rows. I have a table1 linked to another table2 by formula. But the problem is that it doesn't add a new row when a record is created in table1.
- CarlaHobsonApr 22, 2020Copper ContributorThank you! This was the perfect solution! Append queries!! 🙂