+ Reply to Thread
Results 1 to 4 of 4

How do I create a formula in Excel that finds the value of the la.

  1. #1
    BerlinUSA
    Guest

    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.

  2. #2
    N Harkawat
    Guest

    Re: How do I create a formula in Excel that finds the value of the la.

    =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" <BerlinUSA@discussions.microsoft.com> wrote in message
    news:A885AF78-1A71-4299-915A-090775A24513@microsoft.com...
    >I am needing assitance in finding a formula that allows me to find the
    >value
    > of the last nonblank cell in a range.




  3. #3
    Bob Phillips
    Guest

    Re: How do I create a formula in Excel that finds the value of the la.

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

    --

    HTH

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


    "BerlinUSA" <BerlinUSA@discussions.microsoft.com> wrote in message
    news:A885AF78-1A71-4299-915A-090775A24513@microsoft.com...
    > I am needing assitance in finding a formula that allows me to find the

    value
    > of the last nonblank cell in a range.




  4. #4
    Ron Rosenfeld
    Guest

    Re: How do I create a formula in Excel that finds the value of the la.

    On Fri, 15 Apr 2005 13:36:04 -0700, BerlinUSA
    <BerlinUSA@discussions.microsoft.com> 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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1