I have 50,000 cells with dates from Jan 2011-sept 2012. All i want is to group them by month (Jan 2011, feb 2011...sept 2012). How do i do that?
What is the actual format of the Dates? You could use the MONTH() function, in a new blank column, to return just the Month,
then Sort on the new Month column.