Calculate average percent change for multiple months
Hi,
The requirements I have are to calculate a percent change between the current month and prior months values. Then also calculate the YTD average change for all months in the year.
So if my data looks like this...
Month
Current Month
Dec
50
Jan
55
Feb
60
Mar
65
My Percent change for March would be (65-60)/65 = 7.69%. And the table for the year would look as such:
Month
Current Month
Prior Month
% Change
Dec
50
-
-
Jan
55
50
9.09%
Feb
60
55
8.33%
Mar
65
60
7.69%
My calculate for percent change is something similar to: