excel 2002

D

Dave Peterson

Use a helper column that formats that date nicer:

=text(a1,"mmdd")
drag down and sort your range by that column.
 
Top