View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
IvanM IvanM is offline
external usenet poster
 
Posts: 11
Default find last value in list

Thanks for the assistance Carim, but Max will only give me the largest value
if I remember correctly.

Thanks also to Bob, I changed the "" to 0, which ignored all the zero values
in my list, and it worked !
Thanks again, truly appreciated.

"Bob Phillips" wrote:

=LOOKUP(2,1/(A2:A100<""),A2:A100)

set A100 as high as you are ever likely to need

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"IvanM" wrote in message
...
I am trying to find the last entered value in a list of basic weight data.

I
enter new numeric values to the list on a daily basis, but would like to
always show the last entered value in another cell also.
Please help !