Adding hours to a date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to add a number of hours to a date and a time and have Excel give me
the resulting date and time. The hours that I will want to add to the date
could be
anything, including part days, eg 3.25 hours, 92.4 hours, and so on.

For instance

1st Dec 2004 13:00

Add 50.5 hours

Result: 3rd Dec 2004 15:30

What is the formula that I need to achieve this?
 
One way:

A1: 1 Dec 2004 13:00
A2: 50.5
A3: =A1 + A2/24

Format A3 as a Date/Time.
 
Harald Staff said:
One hour is simply 1/24, so
=A1+92.4/24

Thank you. That explains something that has puzzled me about
adding dates and times.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top