I would like to do some time calculation as follows
Namely, I want for D29999 to be Cx-Bx, where x is the current row.
Problem is Col B and Col C is of format hh:mm:ss
I would like the output in Col D to be of format minutes (i.e.)
If I try to set format of Col D to be mm, output would be 3 minutes and not 63 minutes!!
Any simple way of doing this?
Code:
Col B Col C Col D
Row1 StartTime EndTime Time elapsed
Row 2......
Namely, I want for D29999 to be Cx-Bx, where x is the current row.
Problem is Col B and Col C is of format hh:mm:ss
I would like the output in Col D to be of format minutes (i.e.)
Code:
Col B Col C Col D
Row1 StartTime EndTime Time elapsed
Row2 11:23:00 12:26:00 63minutes
Any simple way of doing this?