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
CAREFUL! If you highlight a column, Excel will sort only that column. Sure
messes up your list. Whether you get a warning first or it summarily ruins
your table depends on the version of Excel.
You should select one cell in the column you wish to sort if you're using
the sort button on the toolbar.
Dave's formula works fine; but I think that the formula
=TEXT(A1,"yyyymmdd")which sorts by year, month and day would be my
choice.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.