P
Pete
I've tried a lot of formulas using SUMIF, SUMIFS, SUMPRODUCT and other functions, but I couldn't figure out how to get them to work.
By now the only solution I found is adding an extra redundant column C and hiding duplicates with conditional formatting.
# A B C D
1 3/31/13 7.5 =MONTH(A1) =SUMIF(C1:C3,MONTH(A1),B1:B3)
2 4/1/13 8.5 =MONTH(A2) =SUMIF(C1:C3,MONTH(A2),B1:B3)
3 4/2/13 8.5 =MONTH(A3) =SUMIF(C1:C3,MONTH(A3),B1:B3)
What I want to have is something like this:
# A B C
1 3/31/13 7.5 Mar: 7.5h
2 4/1/13 8.5
3 4/2/13 8.5 Apr: 17.0h
I also considered Pivot Tables (maybe that could do the job) and VBA, but I'd like to have a formula-based soulution.
Does anybody have an idea how to do that?
Thanks
-Pete
By now the only solution I found is adding an extra redundant column C and hiding duplicates with conditional formatting.
# A B C D
1 3/31/13 7.5 =MONTH(A1) =SUMIF(C1:C3,MONTH(A1),B1:B3)
2 4/1/13 8.5 =MONTH(A2) =SUMIF(C1:C3,MONTH(A2),B1:B3)
3 4/2/13 8.5 =MONTH(A3) =SUMIF(C1:C3,MONTH(A3),B1:B3)
What I want to have is something like this:
# A B C
1 3/31/13 7.5 Mar: 7.5h
2 4/1/13 8.5
3 4/2/13 8.5 Apr: 17.0h
I also considered Pivot Tables (maybe that could do the job) and VBA, but I'd like to have a formula-based soulution.
Does anybody have an idea how to do that?
Thanks
-Pete