Hi,
I have a tsble of data and am trying to return the date from col C of the last entered reading in col F .
The formula
=ADDRESS(SUMPRODUCT(MAX((F3:F1919<>"")*ROW(F3:F1919))),3)
gives me the cell address $C$1809 which is the correct cell at present.
I've tried wrapping this into =TEXT( ,"D MMM YY") but it still returns the cell address.
What can I do to retrieve the date from C1809?
Thanks
Geoff
I have a tsble of data and am trying to return the date from col C of the last entered reading in col F .
The formula
=ADDRESS(SUMPRODUCT(MAX((F3:F1919<>"")*ROW(F3:F1919))),3)
gives me the cell address $C$1809 which is the correct cell at present.
I've tried wrapping this into =TEXT( ,"D MMM YY") but it still returns the cell address.
What can I do to retrieve the date from C1809?
Thanks
Geoff