D
drunkle
I want to sum weekly data into monthly data by SKU. I have two tables. the
first looks like this:
sku 20100426 20100503 20100510 20100517 20100524
abc 200 300 200 150 150
where the column heading of 20100426 = week ending 4/26/2010
the second table looks like this:
DATE Fiscal Month
20100426 6
20100503 6
20100510 6
20100517 7
20100524 7
I want to sum SKU abc by fiscal mont. For month 6 it would equal 700 month
7 would equal 300.
hate to admit it but this one is beyond me.
first looks like this:
sku 20100426 20100503 20100510 20100517 20100524
abc 200 300 200 150 150
where the column heading of 20100426 = week ending 4/26/2010
the second table looks like this:
DATE Fiscal Month
20100426 6
20100503 6
20100510 6
20100517 7
20100524 7
I want to sum SKU abc by fiscal mont. For month 6 it would equal 700 month
7 would equal 300.
hate to admit it but this one is beyond me.