Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Lisa Peterson
 
Posts: n/a
Default sort dates by day then month, not by year.

Is there anyway to sort birthdays by day then month not including the year if
it is in this format: 01/05/50? I have tried auto filter, then custom filter
but nothing works with that, so then I try to sort but it doesnt sort by day
or month only the year. Can you please help me???

  #2   Report Post  
KL
 
Posts: n/a
Default

Hi Lisa,

You could...

1) create an additional column
2) enter the following formula in the first cell (e.g.B1) of the new column:

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

3) copy the formula down
4) sort using the new column

Regards,
KL

"Lisa Peterson" wrote in message
...
Is there anyway to sort birthdays by day then month not including the year
if
it is in this format: 01/05/50? I have tried auto filter, then custom
filter
but nothing works with that, so then I try to sort but it doesn't sort by
day
or month only the year. Can you please help me???



  #3   Report Post  
Lisa Peterson
 
Posts: n/a
Default

Thank you so much that really helped.

"KL" wrote:

Hi Lisa,

You could...

1) create an additional column
2) enter the following formula in the first cell (e.g.B1) of the new column:

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

3) copy the formula down
4) sort using the new column

Regards,
KL

"Lisa Peterson" wrote in message
...
Is there anyway to sort birthdays by day then month not including the year
if
it is in this format: 01/05/50? I have tried auto filter, then custom
filter
but nothing works with that, so then I try to sort but it doesn't sort by
day
or month only the year. Can you please help me???




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default


"KL" wrote in message
...


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


That sorts by month then day :-)


  #5   Report Post  
KL
 
Posts: n/a
Default

Yeah, but I guess it is more logical viceversa :-)

Regards,
KL


"Bob Phillips" wrote in message
...

"KL" wrote in message
...


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


That sorts by month then day :-)






  #6   Report Post  
Bob Phillips
 
Posts: n/a
Default

Agree with you, that is why I added my initial smiley

Regards

Bob

"KL" wrote in message
...
Yeah, but I guess it is more logical viceversa :-)

Regards,
KL


"Bob Phillips" wrote in message
...

"KL" wrote in message
...


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


That sorts by month then day :-)






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I sort a list of dates in Excel by month and day? Caroline Excel Discussion (Misc queries) 3 June 10th 05 11:58 PM
sort dates by month and day not year dianne Excel Worksheet Functions 2 March 8th 05 08:16 PM
Month Year Date Format Jamie Excel Worksheet Functions 2 February 7th 05 06:43 PM
How sort dates just by day/month and NOT year if all 3 given in ce smags Excel Worksheet Functions 1 January 25th 05 03:45 AM
How to sort by day and month while ignoring year? Robert Judge Excel Worksheet Functions 4 December 23rd 04 11:37 PM


All times are GMT +1. The time now is 01:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"