sort dates

  • Thread starter Thread starter sokevin
  • Start date Start date
S

sokevin

hI

My dates use the system dd/mm/year


if i press the sort button.. it will sort by day->month->year

I want to sort by year->month->day

how do i do this??

thank
 
The best thing to do is to store your data as real Excel dates. Then they
will always sort properly, regardless of which format you display the date
in.

As you have numbers, rather than dates, sorting isn't so easy. The choices
are:
1. Create a Date field (=Date(year,month,day)) and sort on that.
2. Split out the day, month and year, then sort on the three separate
columns.
 

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