Excel 2007
I have a column of 2,500 weekly data points - too many to chart across the page.
I need a formula to aggregate 4 weeks and put the total in a new column so that the new shorter column can be charted instead.
There is a heading row.
Example
Weekly Monthly
10 100
20 260
30
40
50
60
70
80
To give you a laugh, this is what I tried :
B2=SUM(A$(((ROW()-2)*4)+2):A$(((ROW()-2)*4)+5))
Dave
Bookmarks