S
samhain
Hi there,
First post.....
I downloaded a file from my database (not access) which outputs th
file to .txt
Using excel I can set each colum for the text and it puts each piece o
data in to a column etc. Very nice.
One of the pieces of data I output from the system is a persons date o
birth, however, it is shown as (an example) 19340101. I can convert thi
to something that looks nicer by usin
=RIGHT(A1,2)&"/"&MID(A1,5,2)&"/"&LEFT(A1,4) but that doesn't conver
the number in to a date format.
I need to convert 19340101 to 01/01/1934 in a date format that exce
can understand.
Any ideas.
Thanks in advance.
Stewar
First post.....
I downloaded a file from my database (not access) which outputs th
file to .txt
Using excel I can set each colum for the text and it puts each piece o
data in to a column etc. Very nice.
One of the pieces of data I output from the system is a persons date o
birth, however, it is shown as (an example) 19340101. I can convert thi
to something that looks nicer by usin
=RIGHT(A1,2)&"/"&MID(A1,5,2)&"/"&LEFT(A1,4) but that doesn't conver
the number in to a date format.
I need to convert 19340101 to 01/01/1934 in a date format that exce
can understand.
Any ideas.
Thanks in advance.
Stewar