Excel should sort by month

G

Guest

It would be great if Excel could sort by month name, such as Jan, Feb, Mar,
etc.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
B

Bob Phillips

Create a helper column with this formula

=TEXT(A1,"mmm")

and sort by that column.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

Wahine15 said:
It would be great if Excel could sort by month name, such as Jan, Feb, Mar,
etc.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
B

Bernard Liengme

If your months (Jan, Feb...) are in A, use helper column with
=MATCH(A1,{"Jan","Feb","Mar","Apr","May","June", ..........}, 0)
Sort by this column
 
G

Gord Dibben

While you're waiting for the developers to get around to it, try this.

Assume dates in column A

In B1 enter =MONTH(A1)

Double-click on the fill handle of B1 to copy down.

Sort on Column B


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