JoshuaX1980
Board Regular
- Joined
- Jan 26, 2005
- Messages
- 80
Hi,
I want one column containing the date (dd-mm-yyyy) , but now I received a file containing 1960 in the first, 1 (january) in the second and 1 (day) in the third column. And this data goes on to row 6000 (data from 1960 up to app. 2003). How can I group the date represented in 3 columns in 1 column?
What I have:
|1960| 1|1
|1960| 1|2
|1960| 1|3
and I want:
|1-1-1960|
|2-1-1960|
Does anybody know?
Kind Regards,
Lennart
I want one column containing the date (dd-mm-yyyy) , but now I received a file containing 1960 in the first, 1 (january) in the second and 1 (day) in the third column. And this data goes on to row 6000 (data from 1960 up to app. 2003). How can I group the date represented in 3 columns in 1 column?
What I have:
|1960| 1|1
|1960| 1|2
|1960| 1|3
and I want:
|1-1-1960|
|2-1-1960|
Does anybody know?
Kind Regards,
Lennart