So I've got an excel table from an external source that has dates in
it in the dd/mm/yy format. I'm trying to make Excel understand this,
but it won't. I've tried changing the
There are likely several things going on. If NONE of the dates are understood by Excel, then:
Although the dates may appear to be in the correct format, they are really text strings.
If one of your misbehaving dates is in A1, and you enter a formula =istext(a1) it may return TRUE.
Another possibility is that your Windows Regional Settings are set to a different order, in which case SOME of the dates might be recognized, but incorrectly.
If NONE of the dates are being recognized, try this:
Select the misbehaving dates
Data / Text to Columns
<Next>
<Next>
Select Date and DMY
<Finish>
If that doesn't work, then there are likely some non-printing characters in the cell(s) that we will have to clean up.