+ Reply to Thread
Results 1 to 3 of 3

Addition of Seconds with Date

  1. #1
    Registered User
    Join Date
    03-30-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    14

    Addition of Seconds with Date

    I need help to add seconds to date & times.

    (ie).. if the Date and Time is Dec 31, 2013 11:45:05 AM and if a add 173455 seconds to this date (173455 sec = 2 days, 10 min and 55 sec)

    The result should be Jan 02, 2014 11:56:00. I try to use Time formula but i cant get it done.
    In the same if i minus the value i need to get the date and time.

    Note: I only use seconds to add / subtract..

    Thanks in advance..

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Addition of Seconds with Date

    Try =A1+173455/(3600*24) and format as needed

  3. #3
    Registered User
    Join Date
    05-21-2013
    Location
    UK
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    86

    Re: Addition of Seconds with Date

    Dates are stored as a number where whole units are days. If you want to add seconds then divide them by 86400 (60 * 60 * 24) to get the duration in days.

    =A1+(173455/(60*60*24))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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