I have a lookup cell that compares today's value with that of a week ago.
But sometimes (like on weekends) the today value doesn't change. Is there
a formula for "last"? i.e., instead of TODAY() is there a LAST()
formula?
Thanks. Butch
T. Valko - 11 Feb 2008 19:52 GMT
This formula will return the *last* numeric value entered in column A:
=LOOKUP(1E100,A:A)

Signature
Biff
Microsoft Excel MVP
>I have a lookup cell that compares today's value with that of a week ago.
>But sometimes (like on weekends) the today value doesn't change. Is there
>a formula for "last"? i.e., instead of TODAY() is there a LAST()
>formula?
>
> Thanks. Butch
Dave D-C - 15 Feb 2008 18:08 GMT
Like as in eschatology?
>I have a lookup cell that compares today's value with that of a week ago.
>But sometimes (like on weekends) the today value doesn't change. Is there
>a formula for "last"? i.e., instead of TODAY() is there a LAST()
>formula?
>
>Thanks. Butch