E
Earl Kiosterud
You said you wanted an alphameric sort, but that would be according to how they're formatted
(Feb 1, 2007, 2/1/07, etc). I don't think that's what you want.
It sounds as though you have true dates, and are getting a true date sort, but want them
sorted by month, not actual date. February 2007 would sort behind December 2006.
If so, set up another column (you can hide it when you don't need it). =MONTH(A2) where the
dates are in column A. Sort that column.
(Feb 1, 2007, 2/1/07, etc). I don't think that's what you want.
It sounds as though you have true dates, and are getting a true date sort, but want them
sorted by month, not actual date. February 2007 would sort behind December 2006.
If so, set up another column (you can hide it when you don't need it). =MONTH(A2) where the
dates are in column A. Sort that column.