+ Reply to Thread
Results 1 to 5 of 5

Need a formula that pulls the latest date from a range that have dates in text format

  1. #1
    Registered User
    Join Date
    03-20-2013
    Location
    America
    MS-Off Ver
    Excel 2010
    Posts
    4

    Need a formula that pulls the latest date from a range that have dates in text format

    I have a range of cells that have dates but in a text format. I cannot change the format to a date format. I need a formula that basically pulls the latest date from the range of cells that have dates in a text format. See the file attached. Thank you for helping in advance.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,889

    Re: Need a formula that pulls the latest date from a range that have dates in text format

    Try this:
    =TEXT(E5,"mm/dd/yyyy")

  3. #3
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,889

    Re: Need a formula that pulls the latest date from a range that have dates in text format

    Sorry, I misinterpreted your request. Reviewing now.

  4. #4
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,889

    Re: Need a formula that pulls the latest date from a range that have dates in text format

    Try this:

    {=MAX(VALUE(E3:E5))}

    Note: this is an array formula, so when you enter this formula, instead of hitting enter, you need to hit shift ctrl enter, which gives you the curly brackets.

  5. #5
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: Need a formula that pulls the latest date from a range that have dates in text format

    Hi karkibin,

    Two methods shown in the attached. First uses a helper column and the second uses an Array Formula (CSE).

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

    Max Date using Helper or CSE.xlsx
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Formula to show the latest date in a given year from a column of dates
    By Mgc26133 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-14-2018, 10:00 AM
  2. [SOLVED] Formula that pulls across a value based on the which date range the given date falls into.
    By h2holbro22 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-30-2018, 04:30 PM
  3. [SOLVED] Lookup dates in cell range and return latest date and name
    By Glorioso999 in forum Excel General
    Replies: 6
    Last Post: 01-28-2017, 12:43 PM
  4. [SOLVED] Need to expand a report that pulls selected date's activities, to range of dates
    By taylorsm in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-27-2017, 10:09 AM
  5. [SOLVED] Date format for two dates in a concatenated formula text included in the formula?
    By bkanealy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-12-2015, 04:33 PM
  6. Replies: 1
    Last Post: 04-04-2012, 08:21 AM
  7. Replies: 3
    Last Post: 08-11-2009, 11:46 AM

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