+ Reply to Thread
Results 1 to 5 of 5

converting binary date to date/time format

  1. #1
    Registered User
    Join Date
    10-09-2012
    Location
    sydney
    MS-Off Ver
    Excel 365
    Posts
    71

    converting binary date to date/time format

    i have a list of dates stored via the following :

    20100101 how can I convert this to date/time format to show 01/01/2010?

    thanks

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: converting binary date to date/time format

    In B1

    =VALUE(RIGHT(A1,2)&"/"&MID(A1,5,2)&"/"&LEFT(A1,4))

    A
    B
    1
    20100101
    1/1/2010


    format B1 as Date
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    10-09-2012
    Location
    sydney
    MS-Off Ver
    Excel 365
    Posts
    71

    Re: converting binary date to date/time format

    thanks perfect

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: converting binary date to date/time format

    You're welcome. Don't forget to thank those who helped by clicking on Add Reputation * and please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

  5. #5
    Forum Contributor
    Join Date
    10-07-2011
    Location
    India, Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    212

    Re: converting binary date to date/time format

    Please find below formula.

    =DATE(LEFT(A3,4),MID(A3,5,2),RIGHT(A3,2))

    Regards,
    Suhas

+ 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. Replies: 4
    Last Post: 05-10-2014, 10:45 AM
  3. [SOLVED] Converting Text to Military Date Time Group Format
    By ET1CARNES in forum Excel General
    Replies: 9
    Last Post: 04-12-2014, 08:51 AM
  4. Replies: 5
    Last Post: 02-08-2013, 11:06 AM
  5. Replies: 6
    Last Post: 03-19-2010, 12:26 PM

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