1

I would like two tables or more in Excel to share the same data so they can be filtered separately to show different chunks of data. Sharing the same data means I want modifications in table A to affect data in table B and vice-versa.

So far I've been able to import data from A to B and any changes in A will affect B, however I'm not able to have changes in B affect data in A.

Is it at all possible and what feature should I use?

1 Answers1

0

I suggest you use a third table C to hold the data, and which will take any modifications to the data that you need to make, and tables A and B become reports on the single source of data.

  • That's a nice idea, but it won't fit my purpose from a working strategy point of view, where I need several people to edit the data simultaneously on separately filtered data tables showing only the chunk of data that is relevant to each person. – neydroydrec Feb 08 '15 at 06:38