Hi All,
I am trying to get help with a 3 month cumulative moving average. In my attached example I will have 2 columns of data, Water Producted & Water Disposed Cost. In a third column I am trying to calculate the cumulative moving average looking backward.
For example: Month 3: (SUM Month 3,2,1 Water Produced) / (SUM Month 3,2,1 Water Disposed = $1.15 as shown in the example. As you move to the next month it would shift accordingly. Month 1 would just be itself, Month 2 would be Month 1 & 2. and then so on.
I have previously used and equation similar to =SUM(TAKE(B$2:B2,,(-1*3)))/SUM(TAKE(A$2:A2,,(-1*3))) where it had worked fine but I cannot get it to work. See attached example.
Thank you!
I am trying to get help with a 3 month cumulative moving average. In my attached example I will have 2 columns of data, Water Producted & Water Disposed Cost. In a third column I am trying to calculate the cumulative moving average looking backward.
For example: Month 3: (SUM Month 3,2,1 Water Produced) / (SUM Month 3,2,1 Water Disposed = $1.15 as shown in the example. As you move to the next month it would shift accordingly. Month 1 would just be itself, Month 2 would be Month 1 & 2. and then so on.
I have previously used and equation similar to =SUM(TAKE(B$2:B2,,(-1*3)))/SUM(TAKE(A$2:A2,,(-1*3))) where it had worked fine but I cannot get it to work. See attached example.
Thank you!