Andrew
Will return the last entry in column A no matter what type of data.
=LOOKUP(2,1/(A1:A65535<>""),A1:A65535)
For Numeric entry only..............
=LOOKUP(9.99999999999999E+307,A:A)
For Text entry only....................
=LOOKUP(REPT("z",255),A:A)
Gord Dibben MS Excel MVP
>Can anyone tell me the way to display the latest entry into a range of cells
>in a downward entry
[quoted text clipped - 10 lines]
>
>Andrew.
@Homeonthecouch - 29 Jan 2007 23:45 GMT
Dear Gord
Well that worked a treat !
As always many thanks for your help.
Andrew
> Andrew
>
[quoted text clipped - 27 lines]
>>
>>Andrew.