Adding hours to a time

O

ordnance1

In cell B2 is a time (the cell is formated hh:mm). In cell B3 is the number
of hours I want to add

In this example in cell B2 is 06:00, in cell B3 is 11 (the number of hours I
want to add) which should return 17:00.

I can not seem to get this to work.
 
T

T. Valko

You have to convert the decimal number 11 into a time value.

Try it like this:

=B2+(B3/24)

Format as [h]:mm
 

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

Top