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

Assuming your values are in A1 and B1 respectively, then just try =B1-A1 and
format the cell as time.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------


"Buffgirl71" wrote in message
oups.com...
I have two columns. Both have a time format of NN:NN:NN. I would like
to calculate the difference. For example, if I have 10:02:01 and
10:03:05, I want to know that the difference (amount of time) is
00:01:04. Is there someway I can do that in Excel? Thank you.