+ Reply to Thread
Results 1 to 3 of 3

Finding MAX Date in table where data exists

  1. #1
    Registered User
    Join Date
    07-19-2011
    Location
    Pennsylvania
    MS-Off Ver
    Excel 2007
    Posts
    19

    Finding MAX Date in table where data exists

    I am using a separate index/match scenario where the date is one of the fields I am matching. I want to embed into the formula a function that will pull the date in the below table where there is data in the 4 columns next to it. Need a formula that will pull 12/14/2011 since that is the latest date where there is date in columns B, C, D, E

    12/09/2011 7591 12915 0.9677 0.9981
    12/10/2011 7591 12915 0.9677 0.9981
    12/11/2011 8664 14809 0.9685 0.9984
    12/12/2011 10066 17102 0.9725 0.9985
    12/13/2011 11550 19517 0.9635 0.9985
    12/14/2011 12844 21705 0.9631 0.9986
    12/15/2011
    12/16/2011
    12/17/2011
    12/18/2011
    12/19/2011
    12/20/2011

    Thanks!

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Finding MAX Date in table where data exists

    Hi,

    This array should do as you ask

    =MAX(IF((C:C<>"")*(D:D<>"")*(E:E<>""),B:B,""))

    confirm with CTRL, SHIFT & ENTER
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    07-19-2011
    Location
    Pennsylvania
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: Finding MAX Date in table where data exists

    Thank you!

+ 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