Your formula returns #NUM! error prior to XL-2007
> Last entry in column A:
> =LOOKUP(2,1/(LEN(A:A)>0),A:A)
should be:
=LOOKUP(2,1/(LEN(A1:A65535)>0),A:A)
> >is there a formula for displaying the last non-empty cell or the last used
> >cell in a column or row? if there is kindly notify me at
[quoted text clipped - 9 lines]
>
> --ron
Ron Rosenfeld - 16 Mar 2008 01:04 GMT
>Your formula returns #NUM! error prior to XL-2007
>> Last entry in column A:
>> =LOOKUP(2,1/(LEN(A:A)>0),A:A)
>
>should be:
>=LOOKUP(2,1/(LEN(A1:A65535)>0),A:A)
I just switched to 2007. I guess "compatibility mode" in 2007 doesn't take
that into account. Thanks for the correction.
--ron