In cell N9 I am averaging a set of data from another tab in the workbook:
=AVERAGE('Daily Actual Data'!F21:F27)
In cell N10 I am averaging another set of data from another tab in the workbook:
=AVERAGE('Daily Actual Data'!F28:F34)
In cell N11:N100 I would like the formula to continue to fill down adding 7 to each side of the cell group. Is there an easy way to make this formula fill down in this way without having to enter each group individually?
=AVERAGE('Daily Actual Data'!F21:F27)
In cell N10 I am averaging another set of data from another tab in the workbook:
=AVERAGE('Daily Actual Data'!F28:F34)
In cell N11:N100 I would like the formula to continue to fill down adding 7 to each side of the cell group. Is there an easy way to make this formula fill down in this way without having to enter each group individually?