+ Reply to Thread
Results 1 to 4 of 4

How to change a non standard date list into correct date format?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-17-2009
    Location
    Torquay, England
    MS-Off Ver
    Excel 2013
    Posts
    253

    How to change a non standard date list into correct date format?

    Hi,

    I have a list of dates written in the formation 17.04.10 etc

    I need to be able to use these dates to run calculations but this isnt a recognised format.

    How can I automatically change this list into 17/4/10 format?

    Thanks
    Last edited by Gooford; 10-28-2010 at 08:05 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: How to change a non standard date list into correct date format?

    In terms of conversion, either:

    a) run Edit Replace on the values replacing . with -

    b) use Text to Columns -> Step 3 choose Date -> DMY and click Finish

  3. #3
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: How to change a non standard date list into correct date format?

    Hy
    try chtr+H -replace . with /

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,102

    Re: How to change a non standard date list into correct date format?

    I'd try a global replace of "." for "/" first. That worked for me.

    Other than that, try the formula:

    =DATE(RIGHT(A2,2)+2000,MID(A2,4,2),LEFT(A2,2))

    with the date in A2

    Regards
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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