Any Excel guru here?

Mark M said:
As long as its formatted to DATE then you can sort it via descending.

Ok thanks


Because I have names and stuff next to the dates how can i sort them by date but with the details of each date to not get messed up in terms of being next to the right information
 
Cheekykid said:
Ok thanks


Because I have names and stuff next to the dates how can i sort them by date but with the details of each date to not get messed up in terms of being next to the right information



highlight all the data rows and columns, choose data and sort, change sort by to the column which contains the list of dates.
 
mark.souness said:
highlight all the data rows and columns, choose data and sort, change sort by to the column which contains the list of dates.


It does sort them but by date not by month :( . How can i make it take into account both of them?
 
Last edited:
Cheekykid said:
It does sort them but by date not by month :( . How can i make take into account the month as well?

I assume by this statement that you've got the date and details in the same cell. If so then Excel is treating the cell as a General or Text type. When Excel sorts, it sorts alphabetically and numerically.

two methods.
1)
You need to put the date and details in seperate columns. Ensure the date column is in date format. This may require some tweaking (ie manual retyping, using formulas or VB code) as Excel may very well leave it as General/Text format. Once you have a column of dates and an adjacent column of details selct both columns and apply the sort.

2)
If you want to keep a single combined column of date & detials, the date part should be re-writtend as YY/MM/DD rather than the conventional DD/MM/YY. Do this and the sort will work.
 
Back
Top Bottom