Good evening benevolent board.
I have a diary comprised of tasks listed in column A (eg take dog for a walk, blow nose, go to bed, drop kids at pool) and the dates they are due to be done in column D, in the format 05/10/2013.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]go to bed[/TD]
[TD][/TD]
[TD][/TD]
[TD]20/07/2013[/TD]
[/TR]
[TR]
[TD]xxxxxx[/TD]
[TD]¬_¬[/TD]
[TD][/TD]
[TD]guff line, see below[/TD]
[/TR]
[TR]
[TD]go to bed[/TD]
[TD][/TD]
[TD][/TD]
[TD]25/07/2013[/TD]
[/TR]
[TR]
[TD]drop kids at pool[/TD]
[TD][/TD]
[TD][/TD]
[TD]25/08/2013[/TD]
[/TR]
[TR]
[TD]blow nose[/TD]
[TD][/TD]
[TD][/TD]
[TD]10/09/2013[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to create another sheet with a summary of my total tasks each month. So, for example, I need to be able to count the number of times I will need to "blow nose" in a given month relative to the current month.
So,
[TABLE="width: 500"]
<tbody>[TR]
[TD]Tasks[/TD]
[TD]Number of occurences this month[/TD]
[TD]Number of occurences next month[/TD]
[TD]Number of occurnces the month after that[/TD]
[/TR]
[TR]
[TD]Blow nose[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]drop kids at pool[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]go to bed[/TD]
[TD]2[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
I've been trying to combine =SUMPRODUCT((Diary!A:A="blow*")*(Diary!D:D="EOMONTH(today()stuff...etc...argh"))
but my feeble brain is getting me nowhere. Help!
Btw, its excel 2010 I'm using and the diary is maybe 2000 lines, lots of them blank or full of other guff in the columns that I need to take tasks and date values from.
I have a diary comprised of tasks listed in column A (eg take dog for a walk, blow nose, go to bed, drop kids at pool) and the dates they are due to be done in column D, in the format 05/10/2013.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]go to bed[/TD]
[TD][/TD]
[TD][/TD]
[TD]20/07/2013[/TD]
[/TR]
[TR]
[TD]xxxxxx[/TD]
[TD]¬_¬[/TD]
[TD][/TD]
[TD]guff line, see below[/TD]
[/TR]
[TR]
[TD]go to bed[/TD]
[TD][/TD]
[TD][/TD]
[TD]25/07/2013[/TD]
[/TR]
[TR]
[TD]drop kids at pool[/TD]
[TD][/TD]
[TD][/TD]
[TD]25/08/2013[/TD]
[/TR]
[TR]
[TD]blow nose[/TD]
[TD][/TD]
[TD][/TD]
[TD]10/09/2013[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to create another sheet with a summary of my total tasks each month. So, for example, I need to be able to count the number of times I will need to "blow nose" in a given month relative to the current month.
So,
[TABLE="width: 500"]
<tbody>[TR]
[TD]Tasks[/TD]
[TD]Number of occurences this month[/TD]
[TD]Number of occurences next month[/TD]
[TD]Number of occurnces the month after that[/TD]
[/TR]
[TR]
[TD]Blow nose[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]drop kids at pool[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]go to bed[/TD]
[TD]2[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
I've been trying to combine =SUMPRODUCT((Diary!A:A="blow*")*(Diary!D:D="EOMONTH(today()stuff...etc...argh"))
but my feeble brain is getting me nowhere. Help!
Btw, its excel 2010 I'm using and the diary is maybe 2000 lines, lots of them blank or full of other guff in the columns that I need to take tasks and date values from.
Last edited: