View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
sp
 
Posts: n/a
Default how to find time difference between timestamps to a millisecond?

I have two columns which contain timestamps in the format of yyyy-mm-dd
hh:mm:ss:msmsms (the last three digits are the milliseconds). I need to find
the difference of the timestamps in ss:msmsms format.

I am trying to implement a VB function to do this as there is no predefined
function available. Can anyone please assist?

Thanks!