I am currently trying to make a dataset which refers to a series of data in another tab, of which it takes 20 points (vertically) and averages them and gives a stdev then two open rows and then again average+stdev of the next 20 points. How can this be automated without having to manually insert all of the ranges?
| Column A |
|---|
| 'Blank' |
| 'Avg1' |
| 'StDev1' |
| 'Blank' |
| 'Blank' |
| 'Avg2' |
| 'StDev2' |
| 'Blank' |
This is the format used in an already setup datasheet to which I would like to be able to automate the above problem.
The first set is =Average('Series Data'!Q2:Q21) and if the next is set to =Average('Series Data'!Q22:Q41) and pulled down the next becomes =Average('Series Data'!Q10:Q11)
