I have a column that shows time in hours as example of
19.77
2.04
0
0.19
69.06
0.03
0.92
9.32
If I format the column as time format h:mm the time typically converts, but there is some that will not convert at all.
This works 19.77 turns to 20:17 This works 105.22 turns to 105:22 These values will not gracefully move to hours 92:73 144:88 25:73
THere are more as well
So my question is why does the majority of them convert properly while others don't. This is a CSV file so no preformated cells before I start