How do I create a formula that will allow me to sum columns by a spacific date range off of seperate worksheets
EX:
A B C D E
7/5 .5 3.33 .417 2
7/25 3 0 .5 .667
8/6 0 0 0 .333
9/24 0 0 .417 0
10/1 0 .917 .5 .167
Columns B, C, D, and E contains the data i want to add by period dates/column. The period dates are spacific. Period 1 is July 1, 2010 to July 28th 2010. Period 2 is July 29th to Aug 25th.
Column A may have multipule entries for any date. There is no way to know how many lines there will be for each period.
EX:
A B C D E
7/5 .5 3.33 .417 2
7/25 3 0 .5 .667
8/6 0 0 0 .333
9/24 0 0 .417 0
10/1 0 .917 .5 .167
Columns B, C, D, and E contains the data i want to add by period dates/column. The period dates are spacific. Period 1 is July 1, 2010 to July 28th 2010. Period 2 is July 29th to Aug 25th.
Column A may have multipule entries for any date. There is no way to know how many lines there will be for each period.