+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    12-03-2009
    Location
    Worcester,South Africa
    MS-Off Ver
    Excel 2003
    Posts
    1

    adding time in day,hours,min& seconds format

    i'm trying to add the following times
    e.g
    0:00:26:15
    0:01:08:48
    0:03:19:52

  2. #2
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,379

    Re: adding time in day,hours,min& seconds format

    [removed]

    On a side note please post in relevant forum - thread moved to Worksheet Functions Forum

  3. #3
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,379

    Re: adding time in day,hours,min& seconds format

    If as you say the format is always d:hh:mm:ss then perhaps

    Code:
    A10: =SUM(IF(A1:A9<>"",LEFT(A1:A9,FIND(":",A1:A9)-1)+RIGHT(A1:A9,8)))
    confirmed with CTRL + SHIFT + ENTER
    format resulting cell as: [hh]:mm:ss

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.2.0