interesting one
i have following data from a mainframe system representing dates as (d)dmmyy.
70303
40303
120303
200303
60203
190303
260303
This file has 10000 entries, i need to be able to sort the data in date order.
Formatting the data as date doesn't work as it thinks the values are date values.
And if i sort the data it looks at the first figure so will give:
40303
60203
70303 etc.
I guess i need to add leading zeros to those dates that need it and somehow seperate the data to read dd-mm-yy.
any help or ideas would be greatly appreciated!
Thank you,
i have following data from a mainframe system representing dates as (d)dmmyy.
70303
40303
120303
200303
60203
190303
260303
This file has 10000 entries, i need to be able to sort the data in date order.
Formatting the data as date doesn't work as it thinks the values are date values.
And if i sort the data it looks at the first figure so will give:
40303
60203
70303 etc.
I guess i need to add leading zeros to those dates that need it and somehow seperate the data to read dd-mm-yy.
any help or ideas would be greatly appreciated!
Thank you,