Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
For the purpose of sorting an employee list on date of birth I want to
convert a date from10/17/50 to 10/17 and be able to sort it. I don't care what year they were born in. Thanks...Craig |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use a cell in an adjacent column with a formula like:
=text(a2,"mm/dd") And sort your range by that helper column. Craig wrote: For the purpose of sorting an employee list on date of birth I want to convert a date from10/17/50 to 10/17 and be able to sort it. I don't care what year they were born in. Thanks...Craig -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Craig
You have to split the month and day out from the year. In an adjacent cell enter =TEXT(A1,"mm/dd") Sort on that column which ignores the year. Gord Dibben MS Excel MVP On Mon, 5 Feb 2007 18:40:46 -0500, "Craig" wrote: For the purpose of sorting an employee list on date of birth I want to convert a date from10/17/50 to 10/17 and be able to sort it. I don't care what year they were born in. Thanks...Craig |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display another Cell's DATE value Here | Excel Discussion (Misc queries) | |||
How to return a value between date ranges | Excel Worksheet Functions | |||
Display latest arrival date | Excel Discussion (Misc queries) | |||
Exporting from MYOB to Excel the date cell doesn't display as dat. | Excel Worksheet Functions | |||
Combine & Display “Fixed” & “Automatically Updated” Date Parts | Excel Worksheet Functions |