Not having much success with the use of sumproduct to calculate the sum of records by name by month, as displayed in the following scenario.
Name----Month-------Amount---SumByNameByMonth
Jill----1/1//2014---$100-----$250
Jill----1/1/2014----$150-----$250
Jill----2/1/2014----$200-----$200
Bill----1/1/2014----$250
Bill----2/1/2014----$300
Bill----2/1/2014----$400
Bob-----1/1/2014----$150
Bob-----6/1/2014----$325
Ideally, I would like to enter a sumproduct formula in the second row of the column titled "SumByNameByMonth" and just copy down the column.
(Of course I could perform a pivot. But I am interested in populating a 30,000 record spreadsheet relatively quickly...)
Any insight as to how the sumproduct formula should be constructed?
Thanks in advance.
Name----Month-------Amount---SumByNameByMonth
Jill----1/1//2014---$100-----$250
Jill----1/1/2014----$150-----$250
Jill----2/1/2014----$200-----$200
Bill----1/1/2014----$250
Bill----2/1/2014----$300
Bill----2/1/2014----$400
Bob-----1/1/2014----$150
Bob-----6/1/2014----$325
Ideally, I would like to enter a sumproduct formula in the second row of the column titled "SumByNameByMonth" and just copy down the column.
(Of course I could perform a pivot. But I am interested in populating a 30,000 record spreadsheet relatively quickly...)
Any insight as to how the sumproduct formula should be constructed?
Thanks in advance.