Dynamic linked table

b0unce

Board Regular
Joined
Apr 22, 2009
Messages
75
Hello,

I want to make a table in Sheet1 and make a direct link of that table in Sheet2. Any changes in Sheet1 should reflect in Sheet2. Even if I add additional columns or rows, everything should change the same way in Sheet2. Simply putting "=A1" etc. does not work as it only reflects to value changes, but does not reflect the structure changes of Sheet1. I am doing this to create a general form to make sales PLANS and FACTS which can be later filled in by our employees.

Has anyone ideas how that could be implemented?
Thank you!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Hi b0unce,
you'll probably end up with VBA, writing a code that acts on changes in Table1/sheet1 and do the same in Table2/Sheet2. Having said that, there are plenty tough situations you'd have to catch in your code (e.g. inserting a column or row in the middle of your table). The way simpler alternative: first set up your main table1 and only when it's kind of finished copy it to table2/sheet2.
Hope those pointers help a bit,
Koen
 
Upvote 0

Forum statistics

Threads
1,215,006
Messages
6,122,666
Members
449,091
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