I am creating a google spreadsheet dashboard to summarize content from many different projects. All project content is contained in other google spreadsheets. For each project there is a task list/to-do list. I am trying to find a solution that will allow me to do the following:
1) Pull task lists from each project spreadsheet into one master task sheet on the dashboard
2) Add/edit/delete tasks on the project task sheets, which will then automatically update the master task sheet.
3) Add/edit/delete tasks on the master task sheet, which will then automatically update the project task sheets.
Numbers 1 and 2 are fairly simple using the importrange() and query() functions but to my knowledge these are only unidirectional solutions. Any help with number 3?
Sample Documents: