+ Reply to Thread
Results 1 to 3 of 3

Auto-copy the last entry in a column to a new cell

  1. #1
    George F
    Guest

    Auto-copy the last entry in a column to a new cell

    I want to auto-copy the last calculated result in a column, to a specific
    cell. The column can be any length but not all cells in the column will
    contain data, I only want the last result.



  2. #2
    Biff
    Guest

    Re: Auto-copy the last entry in a column to a new cell

    Hi!

    >I want to auto-copy the last calculated result in a column


    Does "calculated" mean that it's a numeric value?

    With the column in question being column A, try this:

    =LOOKUP(9.99999999999999E+307,A:A)

    Biff

    "George F" <George [email protected]> wrote in message
    news:[email protected]...
    >I want to auto-copy the last calculated result in a column, to a specific
    > cell. The column can be any length but not all cells in the column will
    > contain data, I only want the last result.
    >
    >




  3. #3
    GerryK
    Guest

    RE: Auto-copy the last entry in a column to a new cell

    =OFFSET(A1,MAX(IF(A1:A1000<>"",ROW(A1:A1000)))-1,)
    array entered (Ctrl+Shift+Enter) in the cell you want.

    Modify A1000 to suit your needs or A.

    HTH
    GerryK


    "George F" wrote:

    > I want to auto-copy the last calculated result in a column, to a specific
    > cell. The column can be any length but not all cells in the column will
    > contain data, I only want the last result.
    >
    >


+ 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