View Single Post
  #3   Report Post  
GEORGIA
 
Posts: n/a
Default

this converts to format (012005)
i want to conver it to MMM-YY which is Jan-05 or even Jan05 then sort.
any help would appreciated it.
thank you

"Tom Ogilvy" wrote:

=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!