I would like to create a custom chart with the data in Google Spreadsheet. However it didn't work so well. Could you give me some advice?
This is the data structure of the attendance data in my spreadsheet
Date | John | Allen | Danny
11 Feb | Yes | No | Yes
12 Feb | No | Yes | Yes
13 Feb | Yes | Yes | Yes
- I want to create a attendance chart for each day, showing the sum of all days (e.g. 2 ppl in 11 Feb, 2 ppl in 12 Feb). I know how to obtain the data but how can I do the sum in Google Chart script?
- I want to create a attendance chart for each person, under a period of time (e.g. Feb/Mar). In addition I would like to create a date filter. Again I have trouble summing up the 'Yes' for each person.
Thanks in advance