Average based on number of months
If I have YTD(Current month) in one column and in the next column i want to dynamically calculate the average as per the below example
For example - If it is YTD (March) the value should be divided by 3 if it is YTD(May), the value should be divided by 5 to calculate the average.
How can this be achieved?
0