Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / December 2005

Tip: Looking for answers? Try searching our database.

Time conversion

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
SteveTALL - 17 Dec 2005 18:11 GMT
How do I add military time from one cell with minutes from another cell and
also show the change in the hours?

aka....0600 and add 60 min to make 0700....and 0635 add 35 min to make 0710

thanks in advance
B. R.Ramachandran - 17 Dec 2005 18:41 GMT
Hi,

If the military time is in A1 and B1 contains the number of minutes you want
to add to A1, use the formula,
=A1+B1/1440

If B1 contains not just a number (e.g., 35) but a number followed by " min"
(e,g.,"35 min"), use the following formula,
=A1+TRIM(LEFT(B1,FIND("m",B1)-1))/1440

In either case, format C1 for military time.

Regards,
B. R. Ramachandran

> How do I add military time from one cell with minutes from another cell and
> also show the change in the hours?
>
> aka....0600 and add 60 min to make 0700....and 0635 add 35 min to make 0710
>
> thanks in advance
Peo Sjoblom - 17 Dec 2005 19:16 GMT
One way

=--TEXT(TEXT(A1+B1,"00\:00"),"hhmm")

format as 0000

Signature

Regards,

Peo Sjoblom

> How do I add military time from one cell with minutes from another cell
> and
[quoted text clipped - 4 lines]
>
> thanks in advance
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.