View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
oldchippy[_13_] oldchippy[_13_] is offline
external usenet poster
 
Posts: 1
Default Military time caculation help needed


Hi azdps,

If the input times are formatted as text so that the leading zero's ar
shown in the spreadsheet, this formula seems to work

=LEFT(B1,2)*1-LEFT(A1,2)*1+ROUNDUP((RIGHT(B1,2)*1-RIGHT(A1,2)*1)/6,0.5)/10

Give it a try and let me know

oldchippy :cool

--
oldchipp
-----------------------------------------------------------------------
oldchippy's Profile: http://www.excelforum.com/member.php...fo&userid=1990
View this thread: http://www.excelforum.com/showthread.php?threadid=56911