J
Joe H.
I am requesting help finding the number of hours and minutes between two
dates. I do not have to take into account work hours or holidays...just raw
hours and minutes. Below is how I am calculating but I arrive at an error.
Cell A1 = 8/4/09 7:18 PM
Cell B1 = 8/5/09 10:02 PM
Cell C1 = "{=TEXT(B1-A1,"dd:hh:mm")}" which converts to 01:02:44, formatted
as "37:30:55"
Cell D1 = "=CONVERT(C1,"day","hr")" which converts to 25:05, formatted as
[h]:mm
I was expecting 26:44 as it is the raw spand of hours and minutes between
these two dates. Can anyone see what I did wrong ?
Thank you in advance, Joe
dates. I do not have to take into account work hours or holidays...just raw
hours and minutes. Below is how I am calculating but I arrive at an error.
Cell A1 = 8/4/09 7:18 PM
Cell B1 = 8/5/09 10:02 PM
Cell C1 = "{=TEXT(B1-A1,"dd:hh:mm")}" which converts to 01:02:44, formatted
as "37:30:55"
Cell D1 = "=CONVERT(C1,"day","hr")" which converts to 25:05, formatted as
[h]:mm
I was expecting 26:44 as it is the raw spand of hours and minutes between
these two dates. Can anyone see what I did wrong ?
Thank you in advance, Joe