+ Reply to Thread
Results 1 to 5 of 5

Converting numbers into time hh:mm:ss

  1. #1
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    71

    Exclamation Converting numbers into time hh:mm:ss

    Below is a export of time from JD Edwards erp system - I can't able to convert them into time. this is HH:MM:SS. I tried using format cells but it's giving me date and time (with 00.00.00). When I convert below numbers I am expecting to see only HH:MM:SS (Not date and time together). Any help will be appreciated. Thank you

    Time Created
    60700
    64500
    60600
    102500
    141600
    82700

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

    Re: Converting numbers into time hh:mm:ss

    Try

    =TEXT(A1,"00\:00\:00")+0

    Format the formula cell as a time.

  3. #3
    Registered User
    Join Date
    03-18-2014
    Location
    burlington, nj
    MS-Off Ver
    Excel 365
    Posts
    71

    Re: Converting numbers into time hh:mm:ss

    You're the Man! Thank you very much...that's solved the problem!

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

    Re: Converting numbers into time hh:mm:ss

    You're welcome.

  5. #5
    Valued Forum Contributor
    Join Date
    04-27-2015
    Location
    Abu Dhabi, U.A.E
    MS-Off Ver
    Office 365 | 2016
    Posts
    696

    Re: Converting numbers into time hh:mm:ss

    Another Solution
    Assume the "60700" is Cell A1: Use the below formula in B1 or wherever you want
    =TEXT(CONCATENATE(IF(LEN(A1)=5,CONCATENATE(0,LEFT(A1,1)),LEFT(A1,2)),":",IF(LEN(A1)=5,MID(A1,2,2),MID(A1,3,2)),":",RIGHT(A1,2)),"HH:MM:SS")

+ 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: 2
    Last Post: 07-22-2014, 09:20 AM
  2. Excel 2007 : Converting Numbers into Time
    By asheysp in forum Excel General
    Replies: 3
    Last Post: 02-25-2011, 08:17 PM
  3. Converting numbers to Time
    By syntax_err in forum Excel General
    Replies: 2
    Last Post: 03-15-2009, 04:12 PM
  4. Converting Numbers to Time
    By aj1125 in forum Excel General
    Replies: 1
    Last Post: 05-28-2007, 05:36 PM
  5. [SOLVED] Converting Numbers to Time
    By Smonczka in forum Excel General
    Replies: 11
    Last Post: 05-31-2005, 01:05 PM
  6. Converting Numbers to Time (A second probelm)
    By Smonczka in forum Excel General
    Replies: 4
    Last Post: 05-30-2005, 06:05 PM
  7. Converting Numbers to Time
    By MB in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-18-2005, 11:11 PM

Tags for this Thread

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