Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have a large number of spreadsheets with entries based on dates. The
entries have been made by several people using different date formats. IE 2/3/08, 02/03/2008 etc. When I try to sort them they are sorted in clumps based on the date format entered. When I format all the date cells to show a specific date format and then ask it to sort by date the entries are still grouped based on their original date format and not in one complete group as per the new format shown. Is there any way to fix this without manually re-entering many of the dates? Thanks. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
That sounds as though some are not really dates, because dates are stored as
number of days since 1st Jan 1900, so they should sort okay regardless of the format they show as. Try selecting the column and do a DataText To Columns, and on Step 3 select a date format. This might correct it. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "TheNewGuy" wrote in message ... I have a large number of spreadsheets with entries based on dates. The entries have been made by several people using different date formats. IE 2/3/08, 02/03/2008 etc. When I try to sort them they are sorted in clumps based on the date format entered. When I format all the date cells to show a specific date format and then ask it to sort by date the entries are still grouped based on their original date format and not in one complete group as per the new format shown. Is there any way to fix this without manually re-entering many of the dates? Thanks. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You might also try converting your dates to Numeric Dates by in a helper column
using =DateValue(A1) If A1 contains 01/13/2008 < text the the above formula in B1 should produce 39460 --<< Now format as a date "TheNewGuy" wrote: I have a large number of spreadsheets with entries based on dates. The entries have been made by several people using different date formats. IE 2/3/08, 02/03/2008 etc. When I try to sort them they are sorted in clumps based on the date format entered. When I format all the date cells to show a specific date format and then ask it to sort by date the entries are still grouped based on their original date format and not in one complete group as per the new format shown. Is there any way to fix this without manually re-entering many of the dates? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting dates | Excel Discussion (Misc queries) | |||
Need help sorting DATES please.. | Excel Worksheet Functions | |||
Sorting Dates | Excel Discussion (Misc queries) | |||
Sorting Dates | Excel Discussion (Misc queries) | |||
Sorting Dates | Excel Worksheet Functions |