![]() |
date display
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 |
date display
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 |
date display
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 |
All times are GMT +1. The time now is 03:31 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com