Jun 20 2017 12:36 AM
We are running multiple experiments and saving the data for each in a seperate sheet. However these experiments are works in progress and we are continually updating the types of data we capture and the general format of the sheet. It would be ideal to have a master sheet that serves as a template and will update the other sheets without otherwise disturbing their seperate data.
This seems like a reasonably general scenario, so I am hopeful it has a sane solution; but other approaches to achieve the same capability are welcome.
Thanks in advance,
John
Mar 25 2021 09:38 AM
@knowlgo @VishalRM I may have found something that will work. So, If ALL of your sheets look the same, you can select them all by holding shift on the tabs at the bottom. From here you can edit the sheet you are on and the changes will be made to all the sheets selected. ie, If you add a column it will be added to all the sheets, if you type in a specific cell, the data will show up in the same cell on all the sheets. If you format the cell to a specific color, they will all format to that color. I'm not sure how far this goes (conditional formatting or things of that nature) but it seems like this may be the answer you are looking for.
Jun 29 2021 06:39 AM
Jun 02 2023 01:37 AM
Jun 02 2023 04:34 AM
@matsandren Your best bet in such a case is to separate logic from data. Otherwise you do end up having to run an update process through all relevant separate files. Perhaps a separate workbook which "connects" to the workbook containing the data. If you ensure that separate logic workbook knows how to fetch (and store) the data, you should be able to place it in a central (read-only) location for everyone to access. The workbook itself contains no data, which is fetched when the file is opened by the user.