Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The problem is excel won't recognize the cell as a datte value with the Day
of the week (Fri) at the beginning of the data. You have to remove the Fri to be able to sort. If your date start in cell A1 use this formula in B1 to convert to a date =DATEVALUE(MID(A1,5,LEN(A1))) The sort the new column. "Selva" wrote: Am unable to sort a set of values with a date column, tried many times and found the date column is getting sorted on Date basis example: Fri 06/02/09 07:37 Fri 06/03/09 00:00 Fri 06/03/09 22:37 Fri 13/02/09 05:00 Fri 13/03/09 05:25 Fri 20/02/09 09:00 Fri 20/03/09 00:00 Fri 23/01/09 00:00 Fri 23/01/09 03:00 Fri 23/01/09 08:00 I need to sort on DD/MM/YYYY hh:mmformat |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to correctly sort columns in spreadsheet | Excel Discussion (Misc queries) | |||
Unable to sort when column is included in range | Excel Discussion (Misc queries) | |||
Excel unable to sort any numbers | Excel Discussion (Misc queries) | |||
Unable to sort data in excel with cells containing if & hlookup | Excel Worksheet Functions | |||
Unable to sort in Excel because of merged cells | Excel Discussion (Misc queries) |