I have imported a CSV file with 2 long columns of dates. These dates are in the US format Aug/28/2013
and I want them to be in the standard UK dd/mm/yyyy
format.
I have tried formatting the cells as US dates and then converting them to number-only formats, and various other permutations within the Date format box, but with no success.
Can anyone rid me of these awful US dates please?
This can be tricky when the dates in mixed format eg. UK and US in the same column. I have found an effective if inelegant solution:
Step4 had been suggested elsewhere, but that on it's own didn't do it for me. I am hoping to combine these steps into a macro but no success this far.
Related to this, the below simply formula can be helpful for changing a date from
into
I couldn't get the most common answer to work, the process that worked for me was:
For date
10/04/2018 11:49:20
, right-click cell and "Format Cells", "Number" tab and select "Custom" Category and then selectmm/dd/yyyy hh:mm
.We can get best of both world with this more concise formula:
Can't find anything shorter.