ReEngineer
New Member
- Joined
- Oct 23, 2011
- Messages
- 2
I have data in column B and months in column A and number of days in column C. I have to sumproduct annual data in the following way.
Multiply production for a particular month with the number of days in that month (it would be nice to somehow incorporate the number of days in month rather than manually calculating them) and sum this for for 2012 and then divide it by the number of days in that year. This gives me an annualized data. I want to do this for 2013, 2014 and so on without manually typing in the formula as it becomes too tedious.
Annual production
2012 =SUMPRODUCT(B1:B12,C1:C12)/SUM(C1:C12)
2013 =SUMPRODUCT(B13:B24,C13:C24)/SUM(C13:C24)
Multiply production for a particular month with the number of days in that month (it would be nice to somehow incorporate the number of days in month rather than manually calculating them) and sum this for for 2012 and then divide it by the number of days in that year. This gives me an annualized data. I want to do this for 2013, 2014 and so on without manually typing in the formula as it becomes too tedious.
Annual production
2012 =SUMPRODUCT(B1:B12,C1:C12)/SUM(C1:C12)
2013 =SUMPRODUCT(B13:B24,C13:C24)/SUM(C13:C24)
Last edited: