Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to sort my employee birthday list by month and then date so I can
see at a glance upcoming birthdays. However, no matter what I do I seem to be getting the results sorted by the year, which I do not want. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the birthday date is in column B:
=text(B2,mm/dd) Will produce results that will sort by month. "MMangen" wrote: I am trying to sort my employee birthday list by month and then date so I can see at a glance upcoming birthdays. However, no matter what I do I seem to be getting the results sorted by the year, which I do not want. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I rec'd a "value" error!
"~L" wrote: If the birthday date is in column B: =text(B2,mm/dd) Will produce results that will sort by month. "MMangen" wrote: I am trying to sort my employee birthday list by month and then date so I can see at a glance upcoming birthdays. However, no matter what I do I seem to be getting the results sorted by the year, which I do not want. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try:
=text(B2,"mm/dd") MMangen wrote: I rec'd a "value" error! "~L" wrote: If the birthday date is in column B: =text(B2,mm/dd) Will produce results that will sort by month. "MMangen" wrote: I am trying to sort my employee birthday list by month and then date so I can see at a glance upcoming birthdays. However, no matter what I do I seem to be getting the results sorted by the year, which I do not want. -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It worked with one tweak - putting the mm/dd in quotes like this "mm/dd"
"MMangen" wrote: I rec'd a "value" error! "~L" wrote: If the birthday date is in column B: =text(B2,mm/dd) Will produce results that will sort by month. "MMangen" wrote: I am trying to sort my employee birthday list by month and then date so I can see at a glance upcoming birthdays. However, no matter what I do I seem to be getting the results sorted by the year, which I do not want. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming dates are in column A
In B1, enter =MONTH(A1) Double-click on fill handle to copy down. Select both columns and sort on column B Gord Dibben MS Excel MVP On Tue, 19 Dec 2006 10:13:00 -0800, MMangen wrote: I am trying to sort my employee birthday list by month and then date so I can see at a glance upcoming birthdays. However, no matter what I do I seem to be getting the results sorted by the year, which I do not want. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Entering Dates for a Prior Year | Excel Discussion (Misc queries) | |||
entering items on specific dates of year | Excel Discussion (Misc queries) | |||
Counting dates for a the present month but not future months | Excel Worksheet Functions | |||
Ho to Delete "Ghost" Pivot Tables | Excel Discussion (Misc queries) | |||
How sort dates just by day/month and NOT year if all 3 given in ce | Excel Worksheet Functions |