ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   find last value in list (https://www.excelbanter.com/excel-worksheet-functions/114418-find-last-value-list.html)

IvanM

find last value in list
 
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 !

Carim

find last value in list
 
Hi,

Could the following be your solution :

http://groups.google.com/group/micro...8 90840b7e454

HTH
Cheers
Carim


IvanM

find last value in list
 
Thx Carim,
That doesn't seem to help or work, after trying those formulas,
I didn't give enough info though, the list also contains zero values, that I
want to exclude
from my result, e.g.
0
300
250
350
375
0
0
would always return 375, as the last value in the list (which will also
always be positive)
it is also the value I need, not the position.

Regards,

IvanM


"Carim" wrote:

Hi,

Could the following be your solution :

http://groups.google.com/group/micro...8 90840b7e454

HTH
Cheers
Carim



Carim

find last value in list
 


Could Max() function help ...

=Max(A2:A100)

Carim


Bob Phillips

find last value in list
 
=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 !




Carim

find last value in list
 
With an array function :

=INDEX(A1:A10,MAX((A1:A100)*(ROW(A1:A10)))-ROW(A1:A10)+1)

Control+Shift+Enter instead of Enter to accept formula

HTH
Cheers
Carim


IvanM

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 !





Bob Phillips

find last value in list
 
(If you want to ignore 0, then just try

=LOOKUP(2,1/A1:A1000,A1:A1000)

--
HTH

Bob Phillips

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

"IvanM" wrote in message
...
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 !







Epinn

find last value in list
 
Bob,

In case you are interested, I have started my own thread (LOOKUP) based on this. I have discovered something interesting but quite lost.

By the way, thank you for explaining global naming.

Epinn

"Bob Phillips" wrote in message ...
(If you want to ignore 0, then just try

=LOOKUP(2,1/A1:A1000,A1:A1000)

--
HTH

Bob Phillips

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

"IvanM" wrote in message
...
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 !









All times are GMT +1. The time now is 07:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com