+ Reply to Thread
Results 1 to 5 of 5

Display the latest figure in a column??

  1. #1
    Registered User
    Join Date
    06-03-2008
    Posts
    15

    Display the latest figure in a column??

    Hi there,

    I need a formula that will display the latest figure in a column.

    I have attached an image as an example of what I mean.

    In the example attached I would like the bottom cell to display the latest which would be 40.

    Is this possible?

    Thanks

    Mark
    Attached Images Attached Images

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    The fact that you have 0's in your column makes it a little trickier (for me) but if there is never a day when you receive 0 emails, the following will work;
    Please Login or Register  to view this content.
    Where C5:C11 is your range

    Does this work for you?

    ChemistB

  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Display the latest figure in a column??

    If it's possible that one of the dates may actually calculate to zero,
    Please Login or Register  to view this content.
    this formula returns the last value that is greater than zero.
    Please Login or Register  to view this content.
    In the above example, the formula returns: 22

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  4. #4
    Registered User
    Join Date
    06-03-2008
    Posts
    15
    That was exactly what I was looking for!!

    Many thanks for both of your help!!

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    You could also try

    =LOOKUP(2,1/(B2:B6>0),B2:B6)

+ 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