I've got a series of cells which calculates the time elapsed between 2 other cells. The time is displayed in the new cell, but I need the cell just to display the total number of minutes in decimal format. For example, I enter
Cell A1: 4:01
Cell B1: 8:05
Cell C1=B1-A1 yields 4:04.
It is my intention that these cells reflect minutes:seconds, not hours:minutes.
I'd like the 4:04 to read as 4.067 (minutes).
How do I do this?
Regards,
Alex
Cell A1: 4:01
Cell B1: 8:05
Cell C1=B1-A1 yields 4:04.
It is my intention that these cells reflect minutes:seconds, not hours:minutes.
I'd like the 4:04 to read as 4.067 (minutes).
How do I do this?
Regards,
Alex