Connect one sheet to another

Copper Contributor

Hello Community!

 

I would like to make one sheet connected to another sheet. IF I delete data in Sheet 1 and paste new data into this, I want Sheet 2 to bring through only data with those headings. 

 

Is this possible?

 

Sheet1:

QMANN615_0-1635164289787.png

Sheet2:

QMANN615_1-1635164306293.png

 

Many thanks!

 

2 Replies
Hi,

I propose to use Power Query for this. Import the data from sheet 1 into Power Query (Data | Get data from Table/Range), then delete in Power Query the columns that are not needed and load the results in sheet 2.
Once you have changed data in sheet 1, do a refresh (Data | Refresh All) and you will see the updates in sheet 2.

Kind regards,
Martin

@QMANN615 

In general it depends on what you are going to do with the data in second sheet. If use it as is, when yes, Power Query or dynamic array formula is enough. If to add one or more columns with any information (e.g. comments) to the data in second sheet, when some ID for the data required which allows to connect and sync both sheets.