calculate the difference between two dates and time on excel
I think this is what you want:
=TEXT(F3-E3;"[h]:mm:ss")
I think the semicolon should be replaced with a comma:
=TEXT(E5-D5,"[h]:mm:ss")
I think this is what you want:
=TEXT(F3-E3;"[h]:mm:ss")
I think the semicolon should be replaced with a comma:
=TEXT(E5-D5,"[h]:mm:ss")