I've been trying to find the right solution to this and greatly appreciate anyone's help. I've created a google form called "Career Progress Report Form" which stores the type of activity you've done on the day. I've created this to keep track of contacts, events, tasks, interviews, etc.
The google form was easy to create and the types of activities separate into different individual pages, however when it sends the responses to a spreadsheet it combines all results. The spreadsheet has too many columns and not well organized. My ultimate goal is to store the records into a database where I could refer back to contacts, create individual reports on certain activities, create leads, opportunities, and accounts, and other career oriented tasks. I was considering creating individual spreadsheets for each type of activity so I would be able to create those exact columns as tables to a database.
I want to know if anyone knows how to do that if there is a tutorial out there (maybe scripting the spreadsheet to pull the records separately to another worksheet) that would make this easier.
Thanks
Details (updated frequently)
So for instance, stay I want to input today that participated in a webinar on Data Analytics and write a note that the webinar was in BrightTalk. On the response spreadsheet, it would input a new record:
Timestamp | Date | Type of Activity.....| Type of Program | Subject/Focus | Notes
The .... means that there are other columns there that refer to that page. Career Development is page 3 and starts at "Type of Program". Page 2 before that is Research which associates with "Type of Media", "Subject", and "Notes" So the problem is that the columns for the entire form are in line with each other. So If I needed to see clearly what new information I entered I would have to scroll to the side. Hope this better explains.