G
Guest
I have a column in a spreadsheet that I was given. some of the values
read like this:
130539061305 or when not in the cell, like this: 1.30539E+11
I found this formula from someone who answered a post, and it works to
change them to date and time:
=DATE((RIGHT(A1,2)+2000),MID(A1,7,2),MID(A1,9,2))+(LEFT(A1,2)& ":"
&MID(A1,3,2)& ":" &MID(A1,5,2))+0
The issue is that I also have some that are formatted like this:
95241022205
The formula is not working for this, and others are not as well. Can
anyone help?
Thanks!
read like this:
130539061305 or when not in the cell, like this: 1.30539E+11
I found this formula from someone who answered a post, and it works to
change them to date and time:
=DATE((RIGHT(A1,2)+2000),MID(A1,7,2),MID(A1,9,2))+(LEFT(A1,2)& ":"
&MID(A1,3,2)& ":" &MID(A1,5,2))+0
The issue is that I also have some that are formatted like this:
95241022205
The formula is not working for this, and others are not as well. Can
anyone help?
Thanks!