Sorting data by date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to sort a list of dates into month order? At present the data is in
dd.mm.yy format. Using the sort function will only sort by day. Is there
any way to sort the data by the month? Any help appreciated. The data has
been exported from another system and is in text format at present.
Thanks
Katherine
 
You need to first convert it to a date from existing Text and can easily be
done as follows:
Select the column of date(text format)
Then on your menu go to
Data-->Text to columns..
Next
Next
Now select Date and dmy format
Finish

Now your text dates are actual dates and excel will sort it the way you want
it
 
You can use a help column

=--MID(4,2)

copy down and sort by the help column



--
Regards,

Peo Sjoblom

(No private emails please)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top