Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to be able to sort by dates of hire. Excel 2003 sorts everything by
year and I need to sort by month then date and finally year. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use a helper column with a formula in it:
=text(a2,"mm/dd/yyyy") It'll look like a date, but it's really a string. But since it's a string, you can sort it alphabetically. Ruth k. wrote: I need to be able to sort by dates of hire. Excel 2003 sorts everything by year and I need to sort by month then date and finally year. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Helper columns: using MONTH, DAY, and YEAR functions.
-- David Biddulph "Ruth k." wrote in message ... I need to be able to sort by dates of hire. Excel 2003 sorts everything by year and I need to sort by month then date and finally year. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SORTING IN EXCEL 2003 | Excel Discussion (Misc queries) | |||
sorting in excel 2003 | Excel Worksheet Functions | |||
Sorting in Excel - Office Pro 2003 | New Users to Excel | |||
Sorting in Excel 2003 | New Users to Excel | |||
Sorting in Excel 2003 | Excel Discussion (Misc queries) |