Mike,
If you mean not by strict date order, then you need to add helper columns
with the day, month and year in. Like
B1: =DAY(A1)
C1: =MONTH(A1)
D1: =YEAR(A1)
and then sort on those columns.
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
Grove Mike said:
I have a list of birthdays in an Excel Workbook column. How do I sort the
data into day/month/year sequence?