I have been attempting to convert numbers such as '080952' to 08:09:52 am. I have tried time conversion by formatting cells, and when I do I receive 0 or 12:00am.
I have used the following formula:
=TIME(VALUE(LEFT(B2,2)),VALUE(MID(B2,3,2)),VALUE(RIGHT(B2,2)))
and it works well for the most part, but there are cells that aren't converted properly.
I also tried to format the cells initially to ensure six digits, from '42515' (4:25:15 am) to '042515' to see if this would help and it didn't. I'm sure I'm missing something.
Please help.
I have used the following formula:
=TIME(VALUE(LEFT(B2,2)),VALUE(MID(B2,3,2)),VALUE(RIGHT(B2,2)))
and it works well for the most part, but there are cells that aren't converted properly.
I also tried to format the cells initially to ensure six digits, from '42515' (4:25:15 am) to '042515' to see if this would help and it didn't. I'm sure I'm missing something.
Please help.