+ Reply to Thread
Results 1 to 2 of 2

link to identify lastest entry in the row

Hybrid View

  1. #1
    tikchye_oldLearner57
    Guest

    link to identify lastest entry in the row

    hello community

    can community assist me on how to set this task in my worksheet :-

    scneario:

    i created a record of many rows in worksheet 1 and I wanted it to tell me
    whenever there is a last entry into the latest cell (row) in worksheet 1 and
    the entry will be shown in worksheet 2 in a specified located cell

    hope those who read can understand what I am saying

    thanks community
    --
    oldLearner57

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Response

    You can do this with a simple user defined function

    Function GetLastValue(Col As Range)
    GetLastValue = Col.Parent.Cells(65536, Col.Column).End(xlUp).Value
    End Function
    Martin

+ 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