+ Reply to Thread
Results 1 to 2 of 2

Excel 2008 : Calculating actual time of day from event timing data.

  1. #1
    Registered User
    Join Date
    03-16-2012
    Location
    Evanston, IL
    MS-Off Ver
    Excel 2008
    Posts
    1

    Calculating actual time of day from event timing data.

    I have a file with a start time followed by a list of events. Each event is recorded with the length of time (in milliseconds) that elapsed since the previous event. Is there a way to take this data and add it to the start time to get a list of the actual time at which each event occurred? For example, the start time might be 4:23:03 and the first few events might have times like 27896 and 4565. The actual times of each event (rounded to the second) would then be 4:23:31 and 4:23:36. Is it possible to add times in this way?

    Thanks.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Calculating actual time of day from event timing data.

    Welcome to the forum.

    If A1 contains a time, and B1 contains a value in ms, the =A1+B1/1000/86400 is the sum of the two.
    Entia non sunt multiplicanda sine necessitate

+ 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