To add to that, when the last two arguments are > 1, you're asking OFFSET to return more
than one cell, so you normally need something that takes in the resulting array and gives
one result, something like:
=SUM( OFFSET(A1,1,2,2,1) )
=MAX( OFFSET(A1,1,2,2,1) )

Signature
Regards from Virginia Beach,
Earl Kiosterud
www.smokeylake.com
Note: Top-posting has been the norm here.
Some folks prefer bottom-posting.
But if you bottom-post to a reply that's
already top-posted, the thread gets messy.
When in Rome...
-----------------------------------------------------------------------
> Hi Dave,
>
[quoted text clipped - 42 lines]
>>
>> Dave