date/time calculation needed

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

Guest

I'm looking for a simple formula to add 140 hours from a entered data/time.
Example: In D6 a date/time is entered. In E6 140 hours is added giving the
results in a new date/time format.

This is probably simple but having problems making it work. Also, how would
these cells be formatted?

Thxs in advance
 
=d6+5+TIME(20,0,0)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
=d6+5+TIME(20,0,0)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Enter your date/time in D6 and format as required (in the UK it would
be dd/mm/yy hh:mm:ss). Enter this formula in E6:

=D6 + 140/24

and format E6 the same as D6 (you might want to miss the seconds off,
though)

Hope this helps.

Pete
 
Enter your date/time in D6 and format as required (in the UK it would
be dd/mm/yy hh:mm:ss). Enter this formula in E6:

=D6 + 140/24

and format E6 the same as D6 (you might want to miss the seconds off,
though)

Hope this helps.

Pete
 

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