View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
서민준 서민준 is offline
external usenet poster
 
Posts: 5
Default Adding hours to time in Excel

hi.
i'm korean microsoft OFFICE EXCEL MVP
THANKS A LOT.

I DON'T KNOW VERY WELL.

I THINK,

=A1+TIME(5,0,0)



"Gary''s Student" wrote:

If A1 contains the start time then
=A1+5/24
will show the time 5 hours later


Just divide the extra hours by 24
--
Gary''s Student - gsnu200719


" wrote:

I'm trying to figure out a formula to correct add time to hours.

For example, we have a job starting at 6AM and it will run for 5
hours. I want to the formula to automatically calculate that the next
job will start at 11AM. Is there a formula for this?

Thanks,
SKA120