How is the best way to change my data into a time, I was thinking of making a macro to put a semi-colon after two numbers & then to format the column as: h:mm but I'm sure there must be a faster and better way to do it. If I could insert a semi-colon in the middle (after two numbers) I would be able to do the rest.
Please help
Raw Data:
The end result I want is:
Please help
Raw Data:
Code:
0500
0530
1205
0240
0315
0345
0420
The end result I want is:
Code:
5:00
5:30
12:05
2:40
3:15
3:45
4:20