Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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/comm...et.f unctions |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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" wrote in message ... 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/comm...et.f unctions |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Bob Phillips" wrote in message ... 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" wrote in message ... 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/comm...et.f unctions |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 On Tue, 29 Aug 2006 09:39:01 -0700, Wahine15 wrote: 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/comm...et.f unctions |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Excel should remember sort criteria | Excel Worksheet Functions | |||
How do I sort letters before numbers in Excel? | Excel Discussion (Misc queries) | |||
Sort Ascending button - Excel 2003 | Excel Discussion (Misc queries) | |||
Sort Ascending button - Excel 2003 | Excel Discussion (Misc queries) |