Closed Thread
Results 1 to 3 of 3

Is there an excel funtion that retreives the last cell of a list

  1. #1
    Bumblebee
    Guest

    Is there an excel funtion that retreives the last cell of a list

    Is there an excel funtion that retreives the last cell of a list that
    contains data. And then one that will find the next to the last, etc. The
    list, or series kees getting longer but I always want to link a cell in a
    table to the last data of the list, at the end of the list. With the offset
    function it can be done but I was wondering if there was a better function.

    version: excel 2003

  2. #2
    Biff
    Guest

    Re: Is there an excel funtion that retreives the last cell of a list

    See this:

    http://xldynamic.com/source/xld.LastValue.html

    Biff

    "Bumblebee" <Bumblebee@discussions.microsoft.com> wrote in message
    news:3DD17303-FF88-429C-87E7-E6391133ADED@microsoft.com...
    > Is there an excel funtion that retreives the last cell of a list that
    > contains data. And then one that will find the next to the last, etc. The
    > list, or series kees getting longer but I always want to link a cell in a
    > table to the last data of the list, at the end of the list. With the
    > offset
    > function it can be done but I was wondering if there was a better
    > function.
    >
    > version: excel 2003




  3. #3
    Aladin Akyurek
    Guest

    Re: Is there an excel funtion that retreives the last cell of a list

    Since you are on Excel 2003, convert the data area of interest into a
    list by means of Data|List|Create List. Example:

    Item
    7
    8
    9
    75

    The area to convert is A1:A5.

    In order to link to the last cell, invoke:

    =INDEX(A2:A5,ROWS(A2:A5))

    When new records are added to the list, the formula adjusts itself
    automatically.

    Bumblebee wrote:
    > Is there an excel funtion that retreives the last cell of a list that
    > contains data. And then one that will find the next to the last, etc. The
    > list, or series kees getting longer but I always want to link a cell in a
    > table to the last data of the list, at the end of the list. With the offset
    > function it can be done but I was wondering if there was a better function.
    >
    > version: excel 2003


Closed 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