View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Calculate the difference between two times

Just subtract one from the other and format as time. If the times could span
a day, use =MOD(B1-A1,1)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Buffgirl71" wrote in message
oups.com...
I have two columns formatted as time in this manner: NN:NN:NN. I want
to calculate the difference between the two times. For example, in the
first column I might have 10:02:01 and in the second column I might
have 10:05:03. I want to calculate the time elapsed between the two
times: 00:03:02. Is there a way I can do that in Excel?