Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / November 2006

Tip: Looking for answers? Try searching our database.

Arrange Birthday List by MM/DD excluding YYYY

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
wendyg21 - 03 Nov 2006 18:54 GMT
How do you arrange a column of birthdates so that the days are in an
ascending order? Excel automatically arranges it according to age. If
anyone knows, please help. I've tried about everything! Thanks.
Niek Otten - 03 Nov 2006 19:43 GMT
Insert a helper column. If the dates are in column A:

=TEXT(MONTH(A1),"00")&TEXT(DAY(A1),"00")
Copied down

Now use that column as the sort key

Signature

Kind regards,

Niek Otten
Microsoft MVP - Excel

| How do you arrange a column of birthdates so that the days are in an
| ascending order? Excel automatically arranges it according to age. If
| anyone knows, please help. I've tried about everything! Thanks.
Bernard Liengme - 03 Nov 2006 19:46 GMT
Suppose a date is in A1
Use a helper column with:
=TEXT(MONTH(A1),"00")&TEXT(DAY(A1),"00")
This gives text in the form mmdd where mm and dd are digits
Copy down the column and sort on the helper column
best wishes

Signature

Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

> How do you arrange a column of birthdates so that the days are in an
> ascending order? Excel automatically arranges it according to age. If
> anyone knows, please help. I've tried about everything! Thanks.
Debra Dalgleish - 04 Nov 2006 01:47 GMT
Or use:  =TEXT(A1,"mmdd")

> Suppose a date is in A1
> Use a helper column with:
> =TEXT(MONTH(A1),"00")&TEXT(DAY(A1),"00")
> This gives text in the form mmdd where mm and dd are digits
> Copy down the column and sort on the helper column
> best wishes

Signature

Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.