My raw data contains dates in this format:
05/27/2011 12:52:46PM
(That's all in one cell.)
I need to sort this data chronologically from oldest to most recent. The sorting must work across years, so that, for example, December 2010 appears before January 2011.
Excel does recognize this format as a date (once I format the cells as a date field), but it sorts only by month, causing annoying stuff like this:
09/09/2011 2:41:00PM
09/09/2011 12:22:51PM
10/27/2010 9:45:32AM
11/05/2010 8:03:39PM
...see how it's sorting by month?
I do want it to sort by month... but only after it has sorted by year.
I have played around with applying custom date formats to this, but perhaps I'm not doing it right, or perhaps that's the wrong approach. Open to suggestions.
Thanks!
05/27/2011 12:52:46PM
(That's all in one cell.)
I need to sort this data chronologically from oldest to most recent. The sorting must work across years, so that, for example, December 2010 appears before January 2011.
Excel does recognize this format as a date (once I format the cells as a date field), but it sorts only by month, causing annoying stuff like this:
09/09/2011 2:41:00PM
09/09/2011 12:22:51PM
10/27/2010 9:45:32AM
11/05/2010 8:03:39PM
...see how it's sorting by month?
I do want it to sort by month... but only after it has sorted by year.
I have played around with applying custom date formats to this, but perhaps I'm not doing it right, or perhaps that's the wrong approach. Open to suggestions.
Thanks!