I am trying to figure out a way of determining how many hours and minutes have transpired between two Date/Times
Cell C3 has the "Start Date/Time" and Cell D3 has the "End Date/Time"
I have both of these cells formatted to display the as follows:
9/16/2019 7:30:00 AM
In E3 (formatted as "Time" hh:mm), I have the formula =D3-C3
I am not getting the results that I am looking for
C3 = 9/16/2019 7:30:00 AM
D3 = 9/17/2019 8:30:00 AM
E3 = 1:00
E3 should equal 13:00 (13 hours and 0 minutes)
Any Suggestions as to what I am doing incorrectly?
Cell C3 has the "Start Date/Time" and Cell D3 has the "End Date/Time"
I have both of these cells formatted to display the as follows:
9/16/2019 7:30:00 AM
In E3 (formatted as "Time" hh:mm), I have the formula =D3-C3
I am not getting the results that I am looking for
C3 = 9/16/2019 7:30:00 AM
D3 = 9/17/2019 8:30:00 AM
E3 = 1:00
E3 should equal 13:00 (13 hours and 0 minutes)
Any Suggestions as to what I am doing incorrectly?