C
Claire G
I am trying to find a formula that will provide a rolling average of 3
months for columns B, C & D. The formula that I have below works
perfectly for column B only ... I don't know how to change the formula
to include columns C & D.
A B C D
Dec 27.53 27.61 27.43
Jan 27.55 27.77 26.65
Feb 28.35 28.6 28.44
Mar 27.14 27.74 28.02
Apr 28.67 28.04 28.09
3 28.05
=AVERAGE(OFFSET(B1,COUNT(B:B)-1,0,-A7))
months for columns B, C & D. The formula that I have below works
perfectly for column B only ... I don't know how to change the formula
to include columns C & D.
A B C D
Dec 27.53 27.61 27.43
Jan 27.55 27.77 26.65
Feb 28.35 28.6 28.44
Mar 27.14 27.74 28.02
Apr 28.67 28.04 28.09
3 28.05
=AVERAGE(OFFSET(B1,COUNT(B:B)-1,0,-A7))