samtheman509
Board Regular
- Joined
- Sep 1, 2015
- Messages
- 54
Hi!
I have a list of data that has Product Names in one column, date in the next, and finally Transaction amount in column C.
I am trying to find the Total Transaction Amount by month and product. How can I do this?
Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product Name[/TD]
[TD]Date[/TD]
[TD]Trans Amt[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]1/3/17[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]5/15/17[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD]4/1/17[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]5/15/17[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]6/1/17[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[TD]5/1/17[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
What formula can I get that would break out the totals by product and month?
Thanks!
I have a list of data that has Product Names in one column, date in the next, and finally Transaction amount in column C.
I am trying to find the Total Transaction Amount by month and product. How can I do this?
Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product Name[/TD]
[TD]Date[/TD]
[TD]Trans Amt[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]1/3/17[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]5/15/17[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD]4/1/17[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]5/15/17[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]6/1/17[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[TD]5/1/17[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
What formula can I get that would break out the totals by product and month?
Thanks!