Id appreciate if someone can help. I have a column with the following values:
DATETIME
1401032014
1401032014
1401010629
1401032011
1401010629
1401032011
The cell is a number (or can be displayed as text). It shows the datetime. Example:
1401032011:
year: 14
month:01
day:03
hours: 20
minutes: 11
How can I split the value and concatenate into datetime? Notice i have only two last digits of the year - 14, so the full datetime should have the format like this "2014-01-03 20:11"
Thanks a lot in advance.