I am trying to calculate weekly moving average but not been able to get it right. I have attached the spreadhseet with my data. My requirement is,
1) Calculate weekly moving average of avg(CYCLE_LENGTH) over next 26 weeks on every Mondays(PROD_DATE). NOTE : PROD_DATE has multiple recs for the same day and multiple recs within the same week. This needs to be aggregated to weekstart MONDAY.
Below is the snapshot of the data .
Your help is highly appreciated . Kind Regards...CM