I have sprint estimates and I want calculate difference between average and each sprint total estimates.
I am getting below in OAC.
Iteration | Estimates | Product Average | Variance |
|---|
241002 | 152 | 107.0 | 0.0 |
241016 | 162 | 123.0 | 0.0 |
241030 | 173 | 135.0 | 0.0 |
241113 | 325 | 134.0 | 0.0 |
241120 | 395 | 198.0 | 0.0 |
I want like this.
Iteration | Estimates | Product Average | Variance |
|---|
241002 | 152 | 241.4 | -89.4 |
241016 | 162 | 241.4 | -79.4 |
241030 | 173 | 241.4 | -68.4 |
241113 | 325 | 241.4 | 83.6 |
241120 | 395 | 241.4 | 153.6 |
Attached DVA file also for quick reference
Appreciated help.