Hi,
I don't think you can sort directly by day first.
You can however add one column for the days and then sort first by day then by the date:
Say the date is in A2:A100
- In a new column, enter the formula to get the day of the date: in B2, =day(A2) and copy/paste along the data
- In menu Data > Sort, sort by column B first, then by column A
Regards,
sebastien
Main Topics
Browse All Topics





by: chris_bottomleyPosted on 2007-10-25 at 00:53:32ID: 20145767
First thoughts are to either add a new column, (hidden if required) with the DD/MM/YY format and use this to sort or alternatively a macro that converts the original column, applies the sort and then re-instates the display format.
ANy preference?
Chris