Results 1 to 8 of 8

Thread: Calculate Difference Between Start Date Time And End Date Time

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Aug 2016
    Posts
    12
    Rep Power
    0
    Thanks, however no luck it gives #VALUE!

  2. #2
    Forum Guru Rick Rothstein's Avatar
    Join Date
    Feb 2012
    Posts
    662
    Rep Power
    15
    Quote Originally Posted by zorro View Post
    Thanks, however no luck it gives #VALUE!
    Give this formula a try...

    =A1-B1

    and format the cell with the time format of your choice. If that does not work, then see if this one does instead...

    =TEXT(SUBSTITUTE(A1,",","",2)-SUBSTITUTE(B1,",","",2),"hh:mm:ss")
    Last edited by Rick Rothstein; 08-19-2016 at 07:24 PM.

Similar Threads

  1. Extract Time from a Date&time cell
    By Feebles in forum Excel Help
    Replies: 4
    Last Post: 11-09-2015, 06:24 AM
  2. Replies: 5
    Last Post: 06-15-2013, 12:40 PM
  3. Calculate Time Difference Between Time In HH:MM
    By Stalker in forum Excel Help
    Replies: 8
    Last Post: 03-28-2013, 03:27 PM
  4. Date Format From Start Day To End Day
    By PcMax in forum Excel Help
    Replies: 2
    Last Post: 03-10-2013, 02:07 PM
  5. Displayin Date/Time in "original" time zone
    By Rasm in forum Excel Help
    Replies: 4
    Last Post: 04-21-2012, 02:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •