Thanks so much for that timely reply Toppers :).
I'm doing it with column B, so I modified your formula to
=AVERAGE(OFFSET(INDIRECT("B" & COUNTA(B:B)),-4,0,5)) . It does an average,
but not the right average. I pull down this data from a web query and cells
B1 & B2 are empty, and cell B3 is the title for the column.
Any help on modifying the formula is appreciated.
Regards, Bob
> =AVERAGE(OFFSET(INDIRECT("A" & COUNTA(A:A)),-4,0,5))
>
[quoted text clipped - 16 lines]
>>
>> Bob
Toppers - 28 Feb 2007 20:19 GMT
Try:
=AVERAGE(OFFSET(INDIRECT("B"&MATCH(LOOKUP(99^99,B:B),B:B,0)),-4,0,5))
> Thanks so much for that timely reply Toppers :).
>
[quoted text clipped - 27 lines]
> >>
> >> Bob
Bob Smith - 28 Feb 2007 20:36 GMT
Thanks Toppers. Works great ... :)
Bob
> Try:
>
[quoted text clipped - 34 lines]
>> >>
>> >> Bob