Background
I have 2 separate spreadsheets. They get google form submissions for window cleaning estimate requests from different mediums of communication;
- one spreadsheet captures all emailed requests,
- the another spreadsheet captures all requests by phone.
Whether by email or phone calls, the data that I capture is uniformly the same.
Consolidating responses
I found how to get edit updates from form submissions. But when the update occurs I want to move that data to another spreadsheet called 'the compiled list of estimates', which is exactly as it sounds. It compiles the data onto one spreadsheet once a form is submitted on any other spreadsheet I include in the code.
My Problem
How do I call on the other separate spreadsheets from my bound spreadsheet or would I have to write the code on the submission form spreadsheets and route that data to the compiler list?
I'm fairly new and just need some keywords and I'll be off to the races. You know how it is: 'you don't know what you don't know' - that's me with the syntax for this code.
queryto summarise all the data onto a third "consolidated" sheet in the same spreadsheet. - Tedinoz