I am attempting to summarise a large data-set and am having trouble trying to collate the sum total.
Hopefully the below example displays correctly on this page.
Sample of data-set is below;
[TABLE="width: 323"]
<colgroup><col><col><col span="2"></colgroup><tbody>[TR]
[TD]Qtrly[/TD]
[TD]Modified Date[/TD]
[TD]Docs[/TD]
[TD]Emails[/TD]
[/TR]
[TR]
[TD]Q1-2018[/TD]
[TD]15/01/2018[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Q1-2018[/TD]
[TD]16/01/2018[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Q2-2018[/TD]
[TD]17/04/2018[/TD]
[TD]0[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Q2-2018[/TD]
[TD]18/05/2018[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Q3-2018[/TD]
[TD]19/07/2018[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Q3-2018[/TD]
[TD]22/08/2018[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Q4-2018[/TD]
[TD]23/10/2018[/TD]
[TD]0[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Q4-2018[/TD]
[TD]25/12/2018[/TD]
[TD]0[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
I would like to calculate the sum totals of 'Docs' and 'Emails' based upon the Qtrly dates.
i.e. so for the answers it should hopefully reflect the table below.
[TABLE="width: 262"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]Qtrly[/TD]
[TD]Docs[/TD]
[TD]Emails[/TD]
[/TR]
[TR]
[TD]Q1-2018[/TD]
[TD]2[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Q2-2018[/TD]
[TD]0[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Q3-2018[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Q4-2018[/TD]
[TD]0[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
This seems a common formula however the different CountIF/SumIF formulas have not returned the values I was hoping for. Any help would be gratefully received.
Rav
Hopefully the below example displays correctly on this page.
Sample of data-set is below;
[TABLE="width: 323"]
<colgroup><col><col><col span="2"></colgroup><tbody>[TR]
[TD]Qtrly[/TD]
[TD]Modified Date[/TD]
[TD]Docs[/TD]
[TD]Emails[/TD]
[/TR]
[TR]
[TD]Q1-2018[/TD]
[TD]15/01/2018[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Q1-2018[/TD]
[TD]16/01/2018[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Q2-2018[/TD]
[TD]17/04/2018[/TD]
[TD]0[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Q2-2018[/TD]
[TD]18/05/2018[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Q3-2018[/TD]
[TD]19/07/2018[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Q3-2018[/TD]
[TD]22/08/2018[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Q4-2018[/TD]
[TD]23/10/2018[/TD]
[TD]0[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Q4-2018[/TD]
[TD]25/12/2018[/TD]
[TD]0[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
I would like to calculate the sum totals of 'Docs' and 'Emails' based upon the Qtrly dates.
i.e. so for the answers it should hopefully reflect the table below.
[TABLE="width: 262"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]Qtrly[/TD]
[TD]Docs[/TD]
[TD]Emails[/TD]
[/TR]
[TR]
[TD]Q1-2018[/TD]
[TD]2[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Q2-2018[/TD]
[TD]0[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Q3-2018[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Q4-2018[/TD]
[TD]0[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
This seems a common formula however the different CountIF/SumIF formulas have not returned the values I was hoping for. Any help would be gratefully received.
Rav