Hello,
I am having a challenge with formulas for a Moving Average test I am trying to conduct and after a long
time of working on this I am not sure if what I want to do is possible.
At present my worksheet contains 8 columns (A to H) and 519 rows
The data begins in row 17 and I import it from another worksheet between the dates I specify in cells B10 & B11
I am wanting to enter the first Moving average in cell F1 and the second in cell G2 with column H showing the value of the cross.
For the MA formulas I have used in F2 =IF(COUNTBLANK($A17:$E17)>0,"",ROUND(AVERAGE(E17*$F$2),4))
And in G2 =IF(COUNTBLANK($A17:$E17)>0,"",ROUND(AVERAGE(E17*$G$2),4))
But this is just multiplying the individual cell numbers in the column.
I hope this makes sense.
Does anyone have any ideas please?
I am having a challenge with formulas for a Moving Average test I am trying to conduct and after a long
time of working on this I am not sure if what I want to do is possible.
At present my worksheet contains 8 columns (A to H) and 519 rows
The data begins in row 17 and I import it from another worksheet between the dates I specify in cells B10 & B11
I am wanting to enter the first Moving average in cell F1 and the second in cell G2 with column H showing the value of the cross.
For the MA formulas I have used in F2 =IF(COUNTBLANK($A17:$E17)>0,"",ROUND(AVERAGE(E17*$F$2),4))
And in G2 =IF(COUNTBLANK($A17:$E17)>0,"",ROUND(AVERAGE(E17*$G$2),4))
But this is just multiplying the individual cell numbers in the column.
I hope this makes sense.
Does anyone have any ideas please?