+ Reply to Thread
Results 1 to 3 of 3

Convert Date Format

  1. #1
    Mike
    Guest

    Convert Date Format

    I receive data with the date format as "20051106" [6 Nov 2005] which is OK
    for me but end users want to see it in the more conventional "dd/mm/yyyy"
    format. How can I transpose the data and insert separators.

    Tks

    Mike

  2. #2
    Naz
    Guest

    RE: Convert Date Format

    You could use a formula such as

    =RIGHT(E20,2)&"/"&MID(E20,5,2)&"/"&MID(E20,3,2)

    assuming your data was in cell E20


    HTH
    --

    _______________________
    Naz,
    London


    "Mike" wrote:

    > I receive data with the date format as "20051106" [6 Nov 2005] which is OK
    > for me but end users want to see it in the more conventional "dd/mm/yyyy"
    > format. How can I transpose the data and insert separators.
    >
    > Tks
    >
    > Mike


  3. #3
    Peo Sjoblom
    Guest

    Re: Convert Date Format

    easiest way is to use data>text to columns, click next twice and under
    column data format select date and YMD
    and click finish

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    >I receive data with the date format as "20051106" [6 Nov 2005] which is OK
    > for me but end users want to see it in the more conventional "dd/mm/yyyy"
    > format. How can I transpose the data and insert separators.
    >
    > Tks
    >
    > Mike



+ 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