I have a spreadsheet and I can not figure what I am doing wrong with the formula when I copy it to another range of cells.
Here is the formula
=AVERAGE(IF(MOD(ROW('Survey Input'!G$2:G$2012)-ROW('Survey Input'!G$2),10)=0,'Survey Input'!G$2:G$2012,0))
When I moved it to the next group of cells it does not work, and I have a third group of cells to add it to. See below
=AVERAGE(IF(MOD(ROW('Survey Input'!G$5:G$2015)-ROW('Survey Input'!G$5),10)=0,'Survey Input'!G$5:G$2015,0))
The next group would be G8 G2018
What is happening is the question group 1-10 is calculating correctly but when I input data in question group 11-20 or 21-30 it changes the data in all three groups.
Help
<!-- / message -->
Here is the formula
=AVERAGE(IF(MOD(ROW('Survey Input'!G$2:G$2012)-ROW('Survey Input'!G$2),10)=0,'Survey Input'!G$2:G$2012,0))
When I moved it to the next group of cells it does not work, and I have a third group of cells to add it to. See below
=AVERAGE(IF(MOD(ROW('Survey Input'!G$5:G$2015)-ROW('Survey Input'!G$5),10)=0,'Survey Input'!G$5:G$2015,0))
The next group would be G8 G2018
What is happening is the question group 1-10 is calculating correctly but when I input data in question group 11-20 or 21-30 it changes the data in all three groups.
Help
<!-- / message -->