+ Reply to Thread
Results 1 to 11 of 11

Need to convert Excel readable Date and Time format

  1. #1
    Registered User
    Join Date
    05-02-2017
    Location
    Cochin
    MS-Off Ver
    2013
    Posts
    35

    Need to convert Excel readable Date and Time format

    Hello All,

    Please help me in converting attached texted date and time format to excel readable date and time format.

    Will appreciate and grateful if you could help me out with the formula to convert the same

    Date and Time Format.JPG

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Need to convert Excel readable Date and Time format

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    If posting code please use code tags, see here.

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Need to convert Excel readable Date and Time format

    D2 is incorrect, the time is 11:10

    Date is
    =LEFT(A2,FIND(" ",A2)-1)+0

    Time is
    =RIGHT(A2,FIND(" ",A2)+1)+0
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Registered User
    Join Date
    05-02-2017
    Location
    Cochin
    MS-Off Ver
    2013
    Posts
    35

    Re: Need to convert Excel readable Date and Time format

    Hello Norie,

    Sample file attached for your quick reference.

    Thanks in Advance
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-02-2017
    Location
    Cochin
    MS-Off Ver
    2013
    Posts
    35

    Re: Need to convert Excel readable Date and Time format

    Hello Special-K,

    Thanks for your timely response.I have tried using the same formula however it's not producing the expected output

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Need to convert Excel readable Date and Time format

    Try these

    C3: =INT(A3)
    D3: =A3-C3

    Same for E3 and F3, just change the references to B3.

  7. #7
    Registered User
    Join Date
    05-02-2017
    Location
    Cochin
    MS-Off Ver
    2013
    Posts
    35

    Re: Need to convert Excel readable Date and Time format

    Hello Jonmol,
    Tries applying the same formula but not luck it is giving
    Please Login or Register  to view this content.

  8. #8
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Need to convert Excel readable Date and Time format

    Quote Originally Posted by pramoth.u View Post
    Hello Special-K,

    Thanks for your timely response.I have tried using the same formula however it's not producing the expected output
    Date should be ok, I had to convert your data to UK date in text before running the formula.

    Time formula is wrong it should be

    =MID(A3,FIND(" ",A3)+1,8)+0

  9. #9
    Registered User
    Join Date
    05-02-2017
    Location
    Cochin
    MS-Off Ver
    2013
    Posts
    35

    Re: Need to convert Excel readable Date and Time format

    Hello Special-K,

    Thanks for your valuable support in sharing the formula for time conversion however time conversion is not a challenge for me i have done it using below formula.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    However my challenge is converting the date to excel readable formula to do some calculation.
    Last edited by pramoth.u; 06-06-2017 at 12:32 AM. Reason: formula reference

  10. #10
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Need to convert Excel readable Date and Time format

    Hi try this is in c3

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Punnam

  11. #11
    Registered User
    Join Date
    05-02-2017
    Location
    Cochin
    MS-Off Ver
    2013
    Posts
    35

    Re: Need to convert Excel readable Date and Time format

    Hello Punnam,

    Thanks for sharing the required formula and it's producing the right output

    I Also tried the below formula to convert date and time in excel readable format of the data i shared.

    Date:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Time:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. Replies: 4
    Last Post: 02-15-2017, 08:00 AM
  2. Replies: 3
    Last Post: 03-22-2016, 08:20 AM
  3. Replies: 5
    Last Post: 10-16-2015, 09:18 AM
  4. Replies: 3
    Last Post: 10-15-2015, 03:52 PM
  5. Excel : Convert data in column to limited row (time and date format)
    By hooi in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-01-2011, 07:21 PM
  6. [SOLVED] how do I convert utc to a readable time format?
    By Jon in forum Excel General
    Replies: 2
    Last Post: 06-08-2006, 09:45 AM
  7. [SOLVED] Convert Unix timestamp to Readable Date/time
    By Emily in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-26-2006, 08:00 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