date sorting

G

Guest

When I try sorting a column of dates, excel puts (for example) 06/2000 first
and then 01/2001 next. It obviously makes sense that it would do that, but
what I want is to group all the Januarys together first and then all the
Junes together next, regardless of year. Is it possible for me to sort by
month, with no regard to the year?

Thanks.
Renee
 
G

Guest

Let's say dates in column A, create a helper column in B
In B2: =MONTH(A2)
copy down
Highlight both column A & B, and sort by ascending order in Column B
 
G

Guest

Perfect. Thanks.

Teethless mama said:
Let's say dates in column A, create a helper column in B
In B2: =MONTH(A2)
copy down
Highlight both column A & B, and sort by ascending order in Column B
 
L

Lynn

Thanks that worked but this is such a lame way of having to do this. if the
cell is formatted for a date why did Microsoft in all their glory toting of
2007 come up with a way to sort by month under custom
 
G

Gord Dibben

You could always create a custom list of Jan, Feb, Mar etc.

Then format the dates to mmm

Sort order>custom list.


Gord Dibben MS Excel MVP
 

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.

Ask a Question

Top