Google spreadsheet A with "sheet 1" - Master spreadsheet
Google spreadsheet B with "sheet 1"
There are charts in sheet B with source data in it. I want to import the chart to master spreadsheet B in such a way that, when the chart changes in sheet B, it should dynamically change in master sheet A too.
After a lot of research, I was able to find below:
- Importrange - imports the data only, and not charts
- copying the chart itself and pasting it to master sheet A, but it doesn't get changed when the chart is changing dynamically in sheet B.
- publishing the chart and inserting the URL as an image - this doesn't work if the master sheet A is google spreadsheet, but works for google docs, slides, etc. (correct me if I am wrong, as I tried and threw me an error)
For ease of explanation, I have given only two spreadsheets as an example. In the real case, I have one mastersheet, and 6 separate spreadsheets.
Any alternative suggested, or help is highly appreciated. Thanks