Assume you have numbers to average in row 1, beginning at column 1 and going
across the sheet. At G2, enter this formula:
=AVERAGE(A1:G1)
and simply extend the formula to the right, it will automatically give the
average of the value above it and in the 6 cells to the right of that cell,
sliding as it goes.