+ Reply to Thread
Results 1 to 4 of 4

Converting Text Date format to MM?DD?YY Format

  1. #1
    Registered User
    Join Date
    09-08-2011
    Location
    BOLTON
    MS-Off Ver
    Excel 2003
    Posts
    66

    Converting Text Date format to MM?DD?YY Format

    Hi All at Excel Forum,

    I am still using Excel 2003

    See attached Excel Spreadsheet "FT NEW DATES"

    The dates in cells B37:B46 are as"TEXT"

    In cells C37:C46 I would like to display the dates in the numeric format MM/DD/YY
    using Vlookup sing cells P3:Q15 Table

    Thank you for your help inadvance
    Best regards,
    Derek
    ........................................................................................



    Friday, July 22, 2016 Display Cell B37 as MM/DD/YY
    Thursday, July 21, 2016 Display Cell B38 as MM/DD/YY
    Wednesday, July 20, 2016 Display Cell B97 as MM/DD/YY
    Tuesday, July 19, 2016 Display Cell B40 as MM/DD/YY
    Monday, July 18, 2016 Display Cell B41 as MM/DD/YY
    Friday, July 15, 2016 Display Cell B42 as MM/DD/YY
    Thursday, July 14, 2016 Display Cell B43 as MM/DD/YY
    Wednesday, July 13, 2016 Display Cell B44 as MM/DD/YY
    Tuesday, July 12, 2016 Display Cell B45 as MM/DD/YY
    Monday, July 11, 2016 Display Cell B46 as MM/DD/YY

    Year ,=RIGHT(B37,4)
    Month ,=LEFT(RIGHT(B37,13),3)
    Day ,=LEFT(RIGHT(B37,8),2)
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,154

    Re: Converting Text Date format to MM?DD?YY Format

    Try

    =DATE(RIGHT(B37,4),MONTH(TRIM(MID(B37,FIND(", ",B37)+1,LEN(B37)-FIND(", ",B37)-9))&0),LEFT(RIGHT(B37,8),2))

    Custom format cells as "MM/DD/YY"
    Attached Files Attached Files
    Last edited by JohnTopley; 07-23-2016 at 12:46 PM.

  3. #3
    Registered User
    Join Date
    09-08-2011
    Location
    BOLTON
    MS-Off Ver
    Excel 2003
    Posts
    66

    Re: Converting Text Date format to MM?DD?YY Format

    Hi Mr Topley,

    Thank you very much for your help, you have sent me a very clever solution to my problem
    You have use some Excel terms which are new to me.
    I take it that your Waterlooville is in Hampshire

    Kind regards,
    Derek

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,154

    Re: Converting Text Date format to MM?DD?YY Format

    Yes ... it is Waterlooville, Hampshire although I am a Northern "lad" (from Keswick)

    If your problem has been solved could you mark the the thread as such ("Thread Tools" at top of first post).

+ 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. Converting from the 1904 date format to the 1900 date format without losing data
    By Patty McJorst in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-01-2020, 12:53 PM
  2. [SOLVED] Dates in Text and Date format, need help converting all to date format...
    By Branbran10 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-14-2016, 12:21 PM
  3. Converting Datetime in text to date format
    By alexmat in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-14-2014, 10:07 AM
  4. Replies: 5
    Last Post: 02-08-2013, 11:06 AM
  5. converting text into a date format
    By iceordo in forum Excel General
    Replies: 3
    Last Post: 11-14-2012, 01:27 PM
  6. converting date format to text format
    By membership in forum Excel General
    Replies: 4
    Last Post: 03-17-2010, 03:24 AM
  7. Converting Text String to Date Format
    By mccrimmon in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2007, 11:09 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