View Single Post
  #2   Report Post  
Gary's Student
 
Posts: n/a
Default

Let's assume that all your dates are some column, say column B
In another column, enter the formula =MONTH(B1) and copy down.
In a third column, enter =DAY(B1) and copy down.

Then sort the data by month and then by day.
--
Gary's Student


"CVSTANFORD" wrote:

I want to sort multiples dates by day and month, but NOT year. Basically to
put all of our birthdays in order for the year.........