+ Reply to Thread
Results 1 to 5 of 5

Thread: How can I reference the last data item in a column or row?

  1. #1
    snappy
    Guest

    How can I reference the last data item in a column or row?

    I want to display or use the last (most recent) data in either a column

    or row withour specifically accessing the individual cell. Is there a
    funcion similar to Min() or Max() that can help me or perhaps another
    way to solve this question?


    Thanks


  2. #2
    Rowan Drummond
    Guest

    Re: How can I reference the last data item in a column or row?

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

    Hope this helps
    Rowan

    snappy wrote:
    > I want to display or use the last (most recent) data in either a column
    >
    > or row withour specifically accessing the individual cell. Is there a
    > funcion similar to Min() or Max() that can help me or perhaps another
    > way to solve this question?
    >
    >
    > Thanks
    >


  3. #3
    Biff
    Guest

    Re: How can I reference the last data item in a column or row?

    Hi!

    Try this:

    Note: this will not work on an entire column, i.e. A:A, but will work on an
    entire row, i.e. 1:1

    =LOOKUP(2,1/(A1:A20<>""),A1:A20)

    Biff

    "snappy" <plus1hdcp@hotmail.com> wrote in message
    news:1131341198.945857.198210@g49g2000cwa.googlegroups.com...
    >I want to display or use the last (most recent) data in either a column
    >
    > or row withour specifically accessing the individual cell. Is there a
    > funcion similar to Min() or Max() that can help me or perhaps another
    > way to solve this question?
    >
    >
    > Thanks
    >




  4. #4
    snappy
    Guest

    Re: How can I reference the last data item in a column or row?

    Worked perfect and thanks for a great site to reference.


  5. #5
    Rowan Drummond
    Guest

    Re: How can I reference the last data item in a column or row?

    You're welcome.

    snappy wrote:
    > Worked perfect and thanks for a great site to reference.
    >


+ 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.2.0