Hello Ladies and Gentlemen,
I have a column of dates, that I want in UK date format (DD/MM/YYYY)
Occasionally, the data I receive the dates are muddled up, some are in DD/M/YYYY and some are in MM/DD/YYYY
The ones with a star are incorrect, and come in 'General' format.
[TABLE="width: 114"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Date
[/TD]
[/TR]
[TR]
[TD="align: right"]03/06/2017[/TD]
[/TR]
[TR]
[TD]07/18/2017*
[/TD]
[/TR]
[TR]
[TD]03/16/2018*
[/TD]
[/TR]
[TR]
[TD]02/26/2018*
[/TD]
[/TR]
[TR]
[TD="align: right"]03/10/2018[/TD]
[/TR]
[TR]
[TD="align: right"]04/11/2018[/TD]
[/TR]
[TR]
[TD]05/13/2017*
[/TD]
[/TR]
</tbody>[/TABLE]
I CAN already convert these, by selecting MDY in the 'Text To Columns' Wizard.
However, occasionally, my columns are dates that ARE already in the correct format. So if I run the wizard, it converts some from DD/MM/YYYY to MM/DD/YYYY.
Would there be some wizardy, where it looks at a column, and if the dates are all already in DD/MM/YYYY, don't do anything, but if there are some in MM/DD/YYYY, then convert these to DD/MM/YYYY?
Thank you.
I have a column of dates, that I want in UK date format (DD/MM/YYYY)
Occasionally, the data I receive the dates are muddled up, some are in DD/M/YYYY and some are in MM/DD/YYYY
The ones with a star are incorrect, and come in 'General' format.
[TABLE="width: 114"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Date
[/TD]
[/TR]
[TR]
[TD="align: right"]03/06/2017[/TD]
[/TR]
[TR]
[TD]07/18/2017*
[/TD]
[/TR]
[TR]
[TD]03/16/2018*
[/TD]
[/TR]
[TR]
[TD]02/26/2018*
[/TD]
[/TR]
[TR]
[TD="align: right"]03/10/2018[/TD]
[/TR]
[TR]
[TD="align: right"]04/11/2018[/TD]
[/TR]
[TR]
[TD]05/13/2017*
[/TD]
[/TR]
</tbody>[/TABLE]
I CAN already convert these, by selecting MDY in the 'Text To Columns' Wizard.
However, occasionally, my columns are dates that ARE already in the correct format. So if I run the wizard, it converts some from DD/MM/YYYY to MM/DD/YYYY.
Would there be some wizardy, where it looks at a column, and if the dates are all already in DD/MM/YYYY, don't do anything, but if there are some in MM/DD/YYYY, then convert these to DD/MM/YYYY?
Thank you.