Hello,
I am trying to summarize information contained in a "calendar". The information looks like this:
[table="width: 500, class: grid"]
[tr]
[td][/td]
[td]27/Mar/16[/td]
[td]28/Mar/16[/td]
[td]29/Mar/16[/td]
[td]30/Mar/16[/td]
[td]31/Mar/16[/td]
[td]01/Apr/16[/td]
[/tr]
[tr]
[td]John[/td]
[td]1[/td]
[td]1[/td]
[td]1[/td]
[td]1[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]Oliver[/td]
[td][/td]
[td][/td]
[td]2[/td]
[td]2[/td]
[td]2[/td]
[td]2[/td]
[/tr]
[tr]
[td]Mac[/td]
[td]F[/td]
[td]F[/td]
[td]F[/td]
[td]F[/td]
[td]F[/td]
[td]F[/td]
[/tr]
[/table]
I basically need for each name a count of each of the variables. I have numbers and letters. And the user can select start and end dates. the summary looks like this:
Select Start Date: Mar/17
Select End Date: Mar/17
[table="width: 500, class: grid"]
[tr]
[td][/td]
[td]1[/td]
[td]2[/td]
[td]F[/td]
[/tr]
[tr]
[td]John[/td]
[td]4[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]Oliver[/td]
[td][/td]
[td]3[/td]
[td][/td]
[/tr]
[tr]
[td]Mac[/td]
[td][/td]
[td][/td]
[td]5[/td]
[/tr]
[/table]
The calendar has hundreds of lines (people) and there are 4 years of planning (therefore over 1,000 columns) plus other linked sheets. I can do this using array formula but obviously my spreadsheet which already has 7MB crashes with even a small quantity of those. Is there a viable alternative? I tried researching here in the forum, but I can't find a solution. Many thanks in advance for your support.
I am trying to summarize information contained in a "calendar". The information looks like this:
[table="width: 500, class: grid"]
[tr]
[td][/td]
[td]27/Mar/16[/td]
[td]28/Mar/16[/td]
[td]29/Mar/16[/td]
[td]30/Mar/16[/td]
[td]31/Mar/16[/td]
[td]01/Apr/16[/td]
[/tr]
[tr]
[td]John[/td]
[td]1[/td]
[td]1[/td]
[td]1[/td]
[td]1[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]Oliver[/td]
[td][/td]
[td][/td]
[td]2[/td]
[td]2[/td]
[td]2[/td]
[td]2[/td]
[/tr]
[tr]
[td]Mac[/td]
[td]F[/td]
[td]F[/td]
[td]F[/td]
[td]F[/td]
[td]F[/td]
[td]F[/td]
[/tr]
[/table]
I basically need for each name a count of each of the variables. I have numbers and letters. And the user can select start and end dates. the summary looks like this:
Select Start Date: Mar/17
Select End Date: Mar/17
[table="width: 500, class: grid"]
[tr]
[td][/td]
[td]1[/td]
[td]2[/td]
[td]F[/td]
[/tr]
[tr]
[td]John[/td]
[td]4[/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td]Oliver[/td]
[td][/td]
[td]3[/td]
[td][/td]
[/tr]
[tr]
[td]Mac[/td]
[td][/td]
[td][/td]
[td]5[/td]
[/tr]
[/table]
The calendar has hundreds of lines (people) and there are 4 years of planning (therefore over 1,000 columns) plus other linked sheets. I can do this using array formula but obviously my spreadsheet which already has 7MB crashes with even a small quantity of those. Is there a viable alternative? I tried researching here in the forum, but I can't find a solution. Many thanks in advance for your support.