BanderSnatch
New Member
- Joined
- May 16, 2016
- Messages
- 4
Hi,
I have been trying (and failing!) to use the countif function for a heatmap.
In some cases there are two types of text data from a call log system that I need to extrapolate from the cells; I also need to do it between months of the year. For example;
C D[TABLE="width: 112"]
<colgroup><col style="width: 56pt; mso-width-source: userset; mso-width-alt: 2742;" width="75"><col style="width: 56pt; mso-width-source: userset; mso-width-alt: 2742;" width="75"><tbody>[TR]
[TD="class: xl68, width: 75, bgcolor: #CC99FF"]Date Call Generated[/TD]
[TD="class: xl68, width: 75, bgcolor: #CC99FF"]Raised By[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]01/04/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]JC[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]10/04/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]LM[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]13/04/2016[/TD]
[TD="class: xl69, bgcolor: transparent"]James[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]22/04/2016[/TD]
[TD="class: xl69, bgcolor: transparent"]LM[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]29/04/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]Louise[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]09/05/2016[/TD]
[TD="class: xl69, bgcolor: transparent"]JC[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]15/06/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]LM[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]16/06/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]Louise[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]20/06/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]James[/TD]
[/TR]
</tbody>[/TABLE]
The formula i've tried is;
=COUNTIFS('Call Log'!$D$15:$D$999,"LM",'Call Log'!$D$15:$D$999,"Louise")*(MONTH('Call Log'!$C$15:$C$999)=4)
But the result is always coming back at 0. Am I missing something glaringly obviuous , is there anthing I can use in its place or do simpler? (for info the data starts at D15 and ends at D999).
Any help is gratefully received!
Thanks all
I have been trying (and failing!) to use the countif function for a heatmap.
In some cases there are two types of text data from a call log system that I need to extrapolate from the cells; I also need to do it between months of the year. For example;
C D[TABLE="width: 112"]
<colgroup><col style="width: 56pt; mso-width-source: userset; mso-width-alt: 2742;" width="75"><col style="width: 56pt; mso-width-source: userset; mso-width-alt: 2742;" width="75"><tbody>[TR]
[TD="class: xl68, width: 75, bgcolor: #CC99FF"]Date Call Generated[/TD]
[TD="class: xl68, width: 75, bgcolor: #CC99FF"]Raised By[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]01/04/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]JC[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]10/04/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]LM[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]13/04/2016[/TD]
[TD="class: xl69, bgcolor: transparent"]James[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]22/04/2016[/TD]
[TD="class: xl69, bgcolor: transparent"]LM[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]29/04/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]Louise[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]09/05/2016[/TD]
[TD="class: xl69, bgcolor: transparent"]JC[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]15/06/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]LM[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]16/06/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]Louise[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]20/06/2016[/TD]
[TD="class: xl66, bgcolor: transparent"]James[/TD]
[/TR]
</tbody>[/TABLE]
The formula i've tried is;
=COUNTIFS('Call Log'!$D$15:$D$999,"LM",'Call Log'!$D$15:$D$999,"Louise")*(MONTH('Call Log'!$C$15:$C$999)=4)
But the result is always coming back at 0. Am I missing something glaringly obviuous , is there anthing I can use in its place or do simpler? (for info the data starts at D15 and ends at D999).
Any help is gratefully received!
Thanks all