Disarmonious
Board Regular
- Joined
- Oct 31, 2016
- Messages
- 144
I have a column (D) where the user will be required to enter in minutes and seconds into cells (D5-D44). (I only want to work with minutes and seconds, no hours). All cells under this column are custom formatted to "00\:00", which auto-converts numbers typed in to minutes and seconds; For example, the user types "4545" which is converted to '45:45' (45 minutes and 45 seconds).
In another column (J), I have cells (J5-J44) that converts time into decimals. All cells under this column are formatted to 'Number' (00.00) with a formula "=TEXT(D5,"00\:00)+0". When I type "4545" to get '45:45' in cell D5, cell J5 converts it to 1.91? I was hoping to get "45.75". I don't understand why I'm getting "1.91", and would like to know how to get '45.75', the real decimal time for 45 minutes and 45 seconds instead of '1.91'?
In another column (J), I have cells (J5-J44) that converts time into decimals. All cells under this column are formatted to 'Number' (00.00) with a formula "=TEXT(D5,"00\:00)+0". When I type "4545" to get '45:45' in cell D5, cell J5 converts it to 1.91? I was hoping to get "45.75". I don't understand why I'm getting "1.91", and would like to know how to get '45.75', the real decimal time for 45 minutes and 45 seconds instead of '1.91'?