+ Reply to Thread
Results 1 to 3 of 3

date is in 20010129 format, how can I get it in m/d/y format

  1. #1
    jsanders
    Guest

    date is in 20010129 format, how can I get it in m/d/y format


    --
    jsanders

  2. #2
    Peo Sjoblom
    Guest

    RE: date is in 20010129 format, how can I get it in m/d/y format

    Data>text to column, go to step three and select date and YMD

    and for future posts it's considered rude just using the subject line


    Regards,

    Peo Sjoblom

  3. #3
    Dave O
    Guest

    Re: date is in 20010129 format, how can I get it in m/d/y format

    With the value 20010129 in cell A1, enter this formula in B1:
    =DATEVALUE(MID(A1,5,2)&"/"&RIGHT(A1,2)&"/"&LEFT(A1,4))

    and the format the cell as a date. The various functions parse the
    20010129 string into its components, and the DATEVALUE converts that
    string to a datevalue that Excel can recognize.


+ 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