+ Reply to Thread
Results 1 to 3 of 3

convert from seconds to form hours: minutes: seconds?

  1. #1
    Registered User
    Join Date
    09-10-2010
    Location
    Ha Noi, Viet Nam
    MS-Off Ver
    Excel 2003
    Posts
    3

    convert from seconds to form hours: minutes: seconds?

    How to convert from seconds to form hours: minutes: seconds
    For example:
    00.000 -> 00:00:00.000
    47.310 -> 00:00:47.310
    61.280 -> 00:01:01.280
    Thanks a lot!

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: convert from seconds to form hours: minutes: seconds?

    Use =A1/86400 and custom format the result as hh:mm:ss.000

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: convert from seconds to form hours: minutes: seconds?

    If you have seconds in A2 use this formula in B2

    =A2/86400

    format B2 as [hh]:mm:ss.000

    Audere est facere

+ 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