View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Sorting dates in the format Jan Feb Mar Apr ... ???

hi
yes, there is a way.
on the sort dailog box, set sort key one to the date column. then click the
options button at the lower left. from the drop down, select jan, feb, mar,
apr, etc.....
in xl that is custom option 4.
click ok, click ok.

Regards
FSt1

"Colin Gorman" wrote:

If I list months as Jan Feb Mar in a column and copy the sequence then
Apr May Jun Jul .... will appear. Not sure this is relevant to my
query below but shows me that excel recognises this date format.

However, if I have a list that is say;

Dec
Apr
Jun
Jan
Apr
Nov

I want it to sort so that the months and the rest of the row go in the
correct order by date, as below:

Jan
Apr
Apr
Jun
Nov
Dec

Instead, I can only get it to sort alpha order, as below:

Apr
Apr
Dec
Jan
Jun
Nov

Is there a way that I can get excel to sort my rows using the date
format I want in that one date column?

Any advice appreciated.
Colin