Hi Sov!
OK! The problem you now have is one of a conflict with your Regional
Date settings. That is why some of the dates are being converted to
dates and others left as text. The trouble is that even the converted
dates are wrong because the day number is being treated as the month
number and the month number is being treated as the day number.
Conversion fails where the day number is greater than 12.
There are ways involving the changing the Regional settings but I
think that I would prefer to parse the original text data.
Set up a helper column and format for dates as dd-mmm-yyyy [I prefer
that because it is unequivocal. You can change it later]
Now use the formula:
=DATE(--RIGHT(A1,4),--MID(A1,4,2),--LEFT(A1,2))
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
Sov said:
Dear All - thanks for help so far!!
But still not working.
Tried Norman's suggestion. Indeed they were listed as text. So followed his suggestions.
Most of dates remained the same but became left justified and even
then changing their format to the date code of dd/mm/yyyy had no
affect.
A few of the dates turned into serial numbers, which become proper
dates once the cell format code has been changed.
Would the whole lot be affected by some boxes having text rather
than a date - although there are only a few of these out of over 3000
entries.