=AVERAGE(OFFSET($A$1,0,0,A8,1)). This will start in A1 and average the
number of rows indicated in A8.
> Is it possible to average up to certain row indicated in "Last number to
> average" or C8
[quoted text clipped - 13 lines]
>
> Thanks much
Harlan Grove - 23 Nov 2005 17:50 GMT
bpeltzer wrote...
>=AVERAGE(OFFSET($A$1,0,0,A8,1)). This will start in A1 and average the
>number of rows indicated in A8.
...
Variation on this using nonvolatile functions.
=AVERAGE($A$1:INDEX($A:$A,A8))
yirawan - 23 Nov 2005 18:19 GMT
thanks much

Signature
yirawan