View Single Post
  #2   Report Post  
Tom Ogilvy
 
Posts: n/a
Default

=Text(A2,mmyyyy)

--
Regards,
Tom Ogilvy


"GEORGIA" wrote in message
...
Hi,
I have a spreadsheets with ticket numbers and the date it was submitted.

It
is in medium date format (3/18/2005). I have used this formula:
=text(A2,"MMM-YY") to conver it to Mar-05.
now i have a column with MMMYYY date, however, it will not let me sort it.
It is sorting alphabetically, and not in the order of the date. so I have
Feb-04,Feb-05, Jan-04,Jan-05 and so on. How can I sort this by month then
year?

Thank you!