sorting dates!!!!help appreciated!!

brenijb

New Member
Joined
Nov 23, 2005
Messages
2
i am trying to sort birthday dates (month/day/year) by only the month and then day. excel keeps sorting the by the year. i dont even need the year in the cells, but i cant seem to remove them. if i format the cell to only give me the month and day, that does not work because when you click on the actual cell. the month day and year are in the formula bar. my info is like as follows:

tim 11/1/1939
jon 9/13/1940
sara 7/1/1980

sorting puts it in order of the year. i want it to look like:

7/1/1980
9/13/1939
11/1/1940

text to column does not seperate the year out either, or maybe there is a way to remove the year?

please help
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Create a helper column with the formula <ul>[*]=DATE(1900,MONTH(A1),DAY(A1))[/list] and sort by that, then delete (or hide) the helper column.

{edit}forgot my manners -- welcome to the board! :biggrin: {/edit}
 
Upvote 0
thankyou sooooooo much! i would think that there would be an easier way to do it with a simple one touch click, but oh well. thanks!!

Brenijb
 
Upvote 0

Forum statistics

Threads
1,203,099
Messages
6,053,523
Members
444,669
Latest member
Renarian

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top