+ Reply to Thread
Results 1 to 2 of 2

Date from mixed text string

  1. #1
    Registered User
    Join Date
    05-10-2013
    Location
    notts
    MS-Off Ver
    365
    Posts
    24

    Date from mixed text string

    Hi guys, probably a simple one but I have exhausted my knowledge and my googlefu!

    I have a bunch of datetimes in the following format:

    May 4, 2021 01:56 PM
    Apr 30, 2021 03:12 PM

    So month as first 3 letters, date without leading 0, comma, year then time. I am trying to extract just the date so I can graph from it, but at a loss how to pull it from the string. Any pointers in the right direction?

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: Date from mixed text string

    With date string is in A1:
    Try:
    =DATEVALUE(MID(A1,SEARCH(",",A1)-2,2)&LEFT(A1,3)&MID(A1,8,5)+0)+RIGHT(A1,8)
    Attached Images Attached Images
    Quang PT

+ 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. Unify Dates - Mixed text and Date
    By makuchson in forum Excel General
    Replies: 4
    Last Post: 03-08-2019, 02:55 PM
  2. [SOLVED] Formula to extract text only from mixed string
    By FatKidonaTrampolin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-23-2015, 09:29 AM
  3. [SOLVED] Sorting a string mixed with text and number in numerical order
    By Stwong in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-11-2015, 10:10 PM
  4. Replies: 4
    Last Post: 03-30-2015, 03:20 PM
  5. check for date in mixed text/date and format cell.. Help!
    By berbchid in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-24-2013, 03:42 AM
  6. Mixed Text and cell ref - Problem with date formatting
    By maacmaac in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-01-2007, 07:31 PM
  7. how to clear up mixed date/text column
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-10-2006, 07:40 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