H
hsg
My data has following structure:
A B C D
3-Jul-09 25 =month(a1) =sumif($c$1:$c$50,"=1",$a$1:$a$50)
5-Jan-09 34 =month(a2) =sumif($c$1:$c$50,"=2",$a$1:$a$50)
:
:
:
:
:
and so on ...
Column A will have several dates. Column B will have data which is to be
summed.
Currently I am suing sumif in D1 to D12, one cell for each month. D1 for
January
total, D12 for December total. To use sumif, I have to add additional column
"C",
which lists "=month(A)" in corresponding row. I am presently using column
"DD" in place of column "C" so that the monthvalue remains hidden.
Can this Column C be eliminated and monthvalue of Column A extracted in the
formulat in Column D itself?
thanks
A B C D
3-Jul-09 25 =month(a1) =sumif($c$1:$c$50,"=1",$a$1:$a$50)
5-Jan-09 34 =month(a2) =sumif($c$1:$c$50,"=2",$a$1:$a$50)
:
:
:
:
:
and so on ...
Column A will have several dates. Column B will have data which is to be
summed.
Currently I am suing sumif in D1 to D12, one cell for each month. D1 for
January
total, D12 for December total. To use sumif, I have to add additional column
"C",
which lists "=month(A)" in corresponding row. I am presently using column
"DD" in place of column "C" so that the monthvalue remains hidden.
Can this Column C be eliminated and monthvalue of Column A extracted in the
formulat in Column D itself?
thanks