+ Reply to Thread
Results 1 to 2 of 2

display contents of last cell in certain column

Hybrid View

  1. #1
    Registered User
    Join Date
    04-01-2008
    Posts
    63

    display contents of last cell in certain column

    Hi,

    I have a column (B) in worksheet "Bank" that contains a sorted (meaning that the newest date is in the lowest cell) number of dates and to which new date are added continuously.

    Now I want cell "I10" in sheet "Control" to show the newest date in column B from worksheet "Bank".

    How do I do this?

    The problem is that new dates are added continuously, making it hard to pick a specific cell. Furthermore, I can't sort the dates in another way. So, for example, sorting the dates so that the newest date is always above (and thereby in cell B2), is not possible.

    Thanks!

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Try

    =LOOKUP(9.99999999999999E+307,A:A)
    See link for more

    http://www.xldynamic.com/source/xld....l#last_numeric

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ 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