how can I et excel to add number of hours to a certain time?

  • Thread starter Thread starter wildecoyote
  • Start date Start date
W

wildecoyote

I need to get excel to add a number of hours (ie 103.65) to a time entered
(ie 12:31 pm)
 
If you mean to add certain time (say 10 hours and 2 minutes) to a date/time
then use

=A1+TIME(10,2,0)

where A1 holds the date/time

If this post helps click Yes
 

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

Similar Threads


Back
Top