View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Joe Joe is offline
external usenet poster
 
Posts: 2
Default Adding Time Function

Howdy!

I am working on a project where I have a start time in [h]:mm:ss and
duration of time in seconds.
I would like to add the seconds to the time and come up with a time
formatted result

Here is an example:

Cell B1 has a Start time of 3:59:50 PM (format [h]:mm:ss)
Cell B2 has a Duration of 21 seconds. (Some of the durations can be more
than 3600 seconds)
Cell B3 would be the Result: End time should be 4:00:11 PM

I have the cell formatting set to general for the seconds. I don't know the
correct time format for those cells.
I have searched the web and cant seem to find it anywhere. I see adding time
etc but not what I'm trying to do.

Thanks in advance for any help!

-Joe