ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I create a formula in Excel that finds the value of the la. (https://www.excelbanter.com/excel-worksheet-functions/22266-how-do-i-create-formula-excel-finds-value-la.html)

BerlinUSA

How do I create a formula in Excel that finds the value of the la.
 
I am needing assitance in finding a formula that allows me to find the value
of the last nonblank cell in a range.

N Harkawat

=INDEX(A1:A10,MATCH(FALSE,ISBLANK(A1:A10),0))
array entered (ctrl+shift+enter)

However if your values are always number then this should do
=LOOKUP(999999999999999,A:A)
assuming the looked up value is in column A



"BerlinUSA" wrote in message
...
I am needing assitance in finding a formula that allows me to find the
value
of the last nonblank cell in a range.




Bob Phillips

Take a look at http://www.xldynamic.com/source/xld.LastValue.html

--

HTH

RP
(remove nothere from the email address if mailing direct)


"BerlinUSA" wrote in message
...
I am needing assitance in finding a formula that allows me to find the

value
of the last nonblank cell in a range.




Ron Rosenfeld

On Fri, 15 Apr 2005 13:36:04 -0700, BerlinUSA
wrote:

I am needing assitance in finding a formula that allows me to find the value
of the last nonblank cell in a range.


=LOOKUP(2,1/(1-ISBLANK(rng)),rng)

Note that "rng" cannot be more than 65,535 cells (so a full column reference
like A:A will not work). If it might be, post back for another solution.


--ron


All times are GMT +1. The time now is 01:13 PM.

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