Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've just spent the past hour trying to sort a list of birthdates. I also
learned I don't know near as much about excel as I thought. Anyway, I've created a table that has 4 columns in it: last name, first name, d.o.b., and lot number (this is for a residential community). I'm all the columns are in text form. I need to sort the list by month of birth, while keeping the names and lot numbers attached to the right DOB. All the columns are currently filled out, I just need to learn how to sort them correctly. Any suggestions would be very helpful! My e-mail is |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
create a "helper" column with the months e.g :
=MONTH(C2) where column C has d.o.b. Copy down as required Sort on helper column. HTH "MCR" wrote: I've just spent the past hour trying to sort a list of birthdates. I also learned I don't know near as much about excel as I thought. Anyway, I've created a table that has 4 columns in it: last name, first name, d.o.b., and lot number (this is for a residential community). I'm all the columns are in text form. I need to sort the list by month of birth, while keeping the names and lot numbers attached to the right DOB. All the columns are currently filled out, I just need to learn how to sort them correctly. Any suggestions would be very helpful! My e-mail is |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
MCR
Posting your real email address in these news groups will get you a ton of spam in your inbox from now on. Now....to your problem. Assuming columns A to D are your data columns with dob in column C In E1 enter =MONTH(C1). Double-click on the fill handle of C1 to copy down. Select all columns and DataSort. Sort on Column E. REMEMBER to always select the complete range.........don't let Excel guess. Gord Dibben MS Excel MVP On Thu, 5 Oct 2006 10:49:02 -0700, MCR wrote: I've just spent the past hour trying to sort a list of birthdates. I also learned I don't know near as much about excel as I thought. Anyway, I've created a table that has 4 columns in it: last name, first name, d.o.b., and lot number (this is for a residential community). I'm all the columns are in text form. I need to sort the list by month of birth, while keeping the names and lot numbers attached to the right DOB. All the columns are currently filled out, I just need to learn how to sort them correctly. Any suggestions would be very helpful! My e-mail is |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro | Excel Discussion (Misc queries) | |||
How do I sort by row instead of by column? | Excel Worksheet Functions | |||
How do I format a column in alpha order? | New Users to Excel | |||
How do I sort a column of formulas in Excel? | Excel Discussion (Misc queries) | |||
How do I sort a column of formulas in Excel? | Excel Discussion (Misc queries) |