Time

M

MarcRN

I am attempting to create a form/spreadsheet that will add time to an
original time. For example we have 1145 as a start time. I have task to
accomplish @ 15 minutes, 30 minutes, 1 hour, 1.5 hours. Can someone please
help me with this. Thank you.
 
T

T. Valko

Assume A1 is the true Excel time 11:45 AM

To add those time increments:

=A1+TIME(0,15,0)
=A1+TIME(0,30,0)
=A1+TIME(1,0,0)
=A1+TIME(1,30,0)
 

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