Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hey, so I have a list of data, which i need to sort by month (but just the
month, no day or year). there has got to be an easy way of doing this that i'm just not thinking about. thanks. |
#2
![]() |
|||
|
|||
![]()
I'd use a helper column:
=month(a1) and drag down (where A1 contained the date) Then sort by that. If I wanted to sort by mmddyyyy, I'd use a helper formula like: =text(a1,"mmddyyyy") This would sort by month, then if there were ties, by day, then finally by year. mike_vr wrote: Hey, so I have a list of data, which i need to sort by month (but just the month, no day or year). there has got to be an easy way of doing this that i'm just not thinking about. thanks. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting birthdays by month and day | Excel Discussion (Misc queries) | |||
Add one month to the previuos month | Excel Discussion (Misc queries) | |||
Month Year Date Format | Excel Worksheet Functions | |||
Accounting Month vs. Calendar Month | Excel Worksheet Functions | |||
How to extract month number from month name | Excel Discussion (Misc queries) |