View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JBeaucaire[_111_] JBeaucaire[_111_] is offline
external usenet poster
 
Posts: 1
Default Help with time conversions


Logically, that didn't all flow, so this is what I discerned, you wanted
specific decimal time values below the time stamps themselves. The first
two breaking out around 8am, the second two breaking out around 6pm.

If so, here are the formulas:

B15 =IF(B14<TIME(8,0,0),(TIME(8,0,0)-B14)*24)
C15 =(TIME(8,0,0)-C14)*-24
D15 =IF(E14TIME(18,0,0),(TIME(18,0,0)-D14)*24)
E15 =(TIME(18,0,0)-E14)*-24


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=59502