How do we Sort dates in Excel?

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

Guest

I have a columns with dates in Excel 2003 and I want to sort them by Year,
but it does not seem to be happening. Am I missing something?

Thanks,
 
As long as they are numeric dates, it should be fine. They are not text
dates by chance?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
You could use a helper column with =YEAR(A1) copied down and do the primary
sort on that column.

Vaya con Dios,
Chuck, CABGx3
 
No, they are not set to Text.

Thanks,

Bob Phillips said:
As long as they are numeric dates, it should be fine. They are not text
dates by chance?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
That sounds great, but I dont want that helper column showing since it will
not make sense.
 
Delete it after you are done sorting. Regardless Excel sorts dates by year,
then month and finally day. What do you get if you use

=ISNUMBER(A1)

where A1 is a date that won't sort by year
 
Just because they are not formatted to Text does not mean they aren't text.

Try Data>Text to Columns>Next>Next>Column Data Format>Date.

Select a format and see what happens.


Gord Dibben MS Excel MVP
 

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