I'm trying to split my time and date (numbers) from one column into three columns but am getting zeros when attempting this by treating them as General format.
- My time column: 14:22:13
- My date column: 26/3/2013
When I select delimiter as ':'
then click finish I get 00:00:00
as my time over the three columns:
00:00:00 | 00:00:00 | 00:00:00
instead of:
14 | 22 | 13