+ Reply to Thread
Results 1 to 4 of 4

Help with date conversion - yyyymmdd to dd/mm/yyyy

  1. #1
    Registered User
    Join Date
    09-27-2005
    Posts
    4

    Help with date conversion - yyyymmdd to dd/mm/yyyy

    Please can someone tell me how I can convert a date of format

    20051212

    to

    12/12/2005?

    Thanks in advance.

  2. #2
    Yngve
    Guest

    Re: Help with date conversion - yyyymmdd to dd/mm/yyyy

    Hi markperry

    If it`s columns, select columns and change it
    on the format, cells meny.

    Regards
    yngve


  3. #3
    Giles
    Guest

    RE: Help with date conversion - yyyymmdd to dd/mm/yyyy

    If it is stored as a text item then assuming data is in cell A1 - in a
    suitable cell:

    =right(a1,2)&"/"&mid(a1,5,2)&"/"&left(a1,4)

    will put it into the order that you want.

    "markperry" wrote:

    >
    > Please can someone tell me how I can convert a date of format
    >
    > 20051212
    >
    > to
    >
    > 12/12/2005?
    >
    > Thanks in advance.
    >
    >
    > --
    > markperry
    > ------------------------------------------------------------------------
    > markperry's Profile: http://www.excelforum.com/member.php...o&userid=27593
    > View this thread: http://www.excelforum.com/showthread...hreadid=503334
    >
    >


  4. #4
    Registered User
    Join Date
    09-27-2005
    Posts
    4

    Thanks

    This works perfectly - much appreciated.

+ 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