Add hours to date

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

Hello,

Can someone help me with the following issue?

What I am trying to do is add an amount of hours to a specific date, for example:

Cell A1: 15/03/2005 22:00 (dd/mm/yyyy hh:mm)
Cell A2: 5 (hours)
Cell A3: A1 + A2 (Result: 16/03/2005 03:00)

I'm curious what formula to use!

Thanx in advance!

Rgds,
Robert
 
Hi Robert,

In A3:

=A1+(A2/24)

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 
Another option:

Enter the "5" in hours:min format, as "5:00"

Now the formula in A3 can be simply:

= A1+A2
 

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