Here's an example of what I am trying to do:
Task Month1,Month2,Month3,Month4,%Comp,Run Rate
1 100,100,100,100,50%,100
2 0,0,100,100,50%,100
3 100,150,200,250,75%,175
4 100,100,0,0,100%,100
5 0,100,0,0,100%,100
Run Rate Formula:
Task 1=sum(Month1:Month4)/4 = 100
Task...