#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SteveTALL
 
Posts: n/a
Default Time conversion

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
B. R.Ramachandran
 
Posts: n/a
Default Time conversion

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

"SteveTALL" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Time conversion

One way

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

format as 0000

--


Regards,

Peo Sjoblom


"SteveTALL" wrote in message
...
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time and motion chart deant Charts and Charting in Excel 0 September 21st 05 08:22 AM
Time To Leave Nicholas Scarpinato Excel Discussion (Misc queries) 3 June 20th 05 10:18 PM
Accumulate weekly time to total time in Excel. delve Excel Discussion (Misc queries) 0 May 4th 05 08:14 PM
Time Sheet Calculation Help Needed! sax30 Excel Worksheet Functions 2 April 26th 05 08:08 PM
Excel Time Conversion Stan Excel Discussion (Misc queries) 4 January 25th 05 11:29 PM


All times are GMT +1. The time now is 09:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"