Hello,
My data looks like below.
For Aug
| Client | Aug | Jul | Jun | Total | Unbilled periods |
| A | 6 | 2 | 6 | 14 | 2.333333333 |
| B | 8 | 0 | 4 | 12 | 1.5 |
| C | 10 | 2 | 2 | 14 | 1.4 |
For Sep
| Client | Sep | Aug | Jul | Total | Unbilled periods |
| A | 8 | 2 | 6 | 16 | 2 |
| B | 10 | 2 | 4 | 16 | 1.6 |
| C | 10 | 2 | 1 | 13 | 1.3 |
I'm trying to generate this column Unbilled Periods which is a [Latest Month]/Total.
I used the formulae tool. I did Aug/Total. Then in Sep I've to change the formulae again to Sep/Total. Is there a way I can reduce this manual touchpoint provided only column name & data change but column number(which is 2nd from the left) remains same?