Darkzler
New Member
- Joined
- Sep 25, 2015
- Messages
- 26
- Office Version
- 365
- Platform
- Windows
Hello everyone,
Got a new issue which I can't really get to work.
I have the following:
Dates in column A
Repaired items in column C
Damaged items in column D
I want a table that summarizes repaired and damaged items depending on which month it has been added.
For examples, ten entries in january, then I want a cell that contains the total of januaries damaged and repaired items.
I tried using SUMIF and an IF statement but failed. Anyone who can assist me?
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Broken[/TD]
[TD]Repaired[/TD]
[TD]Damaged[/TD]
[/TR]
[TR]
[TD]2015-10-01
[/TD]
[TD]1[/TD]
[TD]6[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]2015-10-02[/TD]
[TD]2[/TD]
[TD]7[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]2015-10-03[/TD]
[TD]3[/TD]
[TD]9[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]2015-11-01[/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]2015-11-04[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
Results in:
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Tot Repaired[/TD]
[TD]Tot Damaged[/TD]
[/TR]
[TR]
[TD]October[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]November[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Got a new issue which I can't really get to work.
I have the following:
Dates in column A
Repaired items in column C
Damaged items in column D
I want a table that summarizes repaired and damaged items depending on which month it has been added.
For examples, ten entries in january, then I want a cell that contains the total of januaries damaged and repaired items.
I tried using SUMIF and an IF statement but failed. Anyone who can assist me?
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Broken[/TD]
[TD]Repaired[/TD]
[TD]Damaged[/TD]
[/TR]
[TR]
[TD]2015-10-01
[/TD]
[TD]1[/TD]
[TD]6[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]2015-10-02[/TD]
[TD]2[/TD]
[TD]7[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]2015-10-03[/TD]
[TD]3[/TD]
[TD]9[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]2015-11-01[/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]2015-11-04[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
Results in:
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Tot Repaired[/TD]
[TD]Tot Damaged[/TD]
[/TR]
[TR]
[TD]October[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]November[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]