+ Reply to Thread
Results 1 to 10 of 10

Convrert Long Text Date to Actual Date?

  1. #1
    Forum Contributor NewYears1978's Avatar
    Join Date
    03-15-2010
    Location
    Forney, TX
    MS-Off Ver
    Excel 2016
    Posts
    962

    Convrert Long Text Date to Actual Date?

    I hvae some imported dates that get converted to text and are formatted like this

    Please Login or Register  to view this content.
    I think I have done this before using =DATE with LEFT or RIGHT commands, but it is not working out right this time.
    I need to convert to actual date- in Format mm-dd-yyyy, don't need the time.

    THANKS!

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,850

    Re: Convrert Long Text Date to Actual Date?

    What happens when you use cell formatting for this - short date?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Convrert Long Text Date to Actual Date?

    Assuming that your text dates are always of the form MMM DD YYYY (and then the time), try this:

    =DATEVALUE(LEFT(A1,6)&", "&MID(A1,8,4))

  4. #4
    Forum Contributor
    Join Date
    09-18-2015
    Location
    Republic of Korea
    MS-Off Ver
    2010
    Posts
    314

    Re: Convrert Long Text Date to Actual Date?

    =datevalue(substitute(left(a1,11)," ",", ",2))

  5. #5
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Convrert Long Text Date to Actual Date?

    Try text to columns, fixed width, setting up the first column to cover the month day and year and setting the second column to not import.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Convrert Long Text Date to Actual Date?

    Or
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Format as Date

    v A B
    1 Oct 18 2017 12:00AM 10/18/2017
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Convrert Long Text Date to Actual Date?

    You may also try this one. It will fix the AM/PM issue.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  8. #8
    Forum Contributor NewYears1978's Avatar
    Join Date
    03-15-2010
    Location
    Forney, TX
    MS-Off Ver
    Excel 2016
    Posts
    962

    Re: Convrert Long Text Date to Actual Date?

    All the options work, crazy there are so many. I had it close..but I can never get the formulas in the right order >:D

    Thanks!!!

    I have to tell you guys, this is the best community I've ever been involved with. I am used to jerk gaming community..this place rocks.

  9. #9
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Convrert Long Text Date to Actual Date?

    Glad we could help. Thanks for the rep!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  10. #10
    Forum Contributor NewYears1978's Avatar
    Join Date
    03-15-2010
    Location
    Forney, TX
    MS-Off Ver
    Excel 2016
    Posts
    962

    Re: Convrert Long Text Date to Actual Date?

    Pls delete this, Posted in wrong thread

+ 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. Convert Text to an actual date
    By sungen99 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 11-04-2015, 10:14 AM
  2. [SOLVED] How to change text date (eg. July) to actual date format?
    By kellyfirth in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-10-2015, 09:49 AM
  3. [SOLVED] Changing a Text Field with a Date to an Actual Date Field
    By chcalissie in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-22-2014, 09:54 AM
  4. Send an Email by cell date in comparison to actual date referencing cell text.
    By greaseebogus in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-15-2014, 10:03 PM
  5. Change text date 22OCT2013 to actual date
    By grattis in forum Excel General
    Replies: 14
    Last Post: 12-19-2013, 08:32 AM
  6. Converting Text Date to Actual Date using VBA
    By reggie1000 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-06-2010, 12:20 PM
  7. Convert date as text to actual date
    By andysurtees in forum Excel General
    Replies: 4
    Last Post: 01-23-2009, 03:22 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