View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default findout the difference between to time; not date

Assuming the start time is in A1 and the finish time in B1, put this
formula in C1:

=B1-A1

Use a Custom Format for the cell, set to [m]:ss

Hope this helps.

Pete

On Mar 29, 11:35*am, Shahul wrote:
How to find out the total minutes between to different times without date.