Question:
Google Spreadsheet is great for viewing/filtering data, and great as DB of applications.
But is it possible to edit data on a sheet via another sheet?
Functional description:
We are a small group (5) non nerd that keep track of tasks we do. We do this via a google spreadsheet, this works great :) We recieve tasks via the phone and these get added to the sheet1. When someone pickups a task he/she addes his/her name to the appropriate column in sheet1 of the task (row). We keep track of status updates etc, per task.
Reason for change:
Sheet1 of this spreadsheet is now to big to get a clear overview of the tasks of 1 person. So I have 20 tasks in the big spreadsheet, but since ordering is not handy when new tasks are added, it would be nice to have a seperate sheet per person. This can easily be done via the query() function. But this is a one-way street. you can not alter this data and get it back in the main sheet. And using sheet1 as a report is also not handy, because how do you add new tasks?
Question rephrase:
So is it possible to alter data in the "main" sheet via an subset of the data, available in an other sheet of the same spreadsheet?
If not, is it possible to use a google spreadsheet as in interface (read/write/update) to an sqlite database in google app engine ?