I just stated to learn to use sumproduct just today. Senarios are as follows: -
A B C
1 40 01/01/2009 E01/04/2009
2 50 04/01/2009 E21/04/2009
3 60 28/02/2009 E30/04/2009
4 A0009 A0009 A0009
5 0 0 01/01/2009
6 0 0 04/01/2009
7 0 0 28/02/2009
The prefix E denotes emergency cases on 1st April 2009 and so forth
For senario A, using sumproduct =SUMPRODUCT(--ISNUMBER($A$1:$A$4),$A$1:$A$4) i would be getting an answer of 150 ignoring the alphanumerical on row 4
For senario B, i tried to sum the total days in January (which is 2) but i got a #VALUE based on the following formula: =SUMPRODUCT(--ISNUMBER($A$1:$A$4)*(MONTH($A$1:$A$4)=1))
Extending to senario C, I am totally stumped on how to identify E and "04" as the identifier to sumproduct this. The figure I am looking at is 3.
A B C
1 40 01/01/2009 E01/04/2009
2 50 04/01/2009 E21/04/2009
3 60 28/02/2009 E30/04/2009
4 A0009 A0009 A0009
5 0 0 01/01/2009
6 0 0 04/01/2009
7 0 0 28/02/2009
The prefix E denotes emergency cases on 1st April 2009 and so forth
For senario A, using sumproduct =SUMPRODUCT(--ISNUMBER($A$1:$A$4),$A$1:$A$4) i would be getting an answer of 150 ignoring the alphanumerical on row 4
For senario B, i tried to sum the total days in January (which is 2) but i got a #VALUE based on the following formula: =SUMPRODUCT(--ISNUMBER($A$1:$A$4)*(MONTH($A$1:$A$4)=1))
Extending to senario C, I am totally stumped on how to identify E and "04" as the identifier to sumproduct this. The figure I am looking at is 3.