Hi everybody.
I am doing this manually but of course must be fast way in vba to do it, I am doing repeating divisions, example:
=(A2+A3)/2 , (B2+B3)/2 , (C2+C3)/2 , (D2+D3)/2 and (E2+E3)/2
=(A2+A3+A4)/3 , (B2+B3+B4)/3 , (C2+C3+C4)/3 , (D2+D3+D4)/3 , and (E2+E3+E4)/3
=(A2+A3+A4+A5)/4...