![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Location: Larry
Posts: 4
|
Is there a way to sort by the day of the month? Example:
Data: A1 8 May, 2002 A2 2 March, 2002 A3 25 Februay, 2002 A4 1 December, 2001 Desired result (ascending): A4 1 December, 2001 A2 2 March, 2002 A1 8 May, 2002 A3 25 February, 2002 Larry [ This Message was edited by: csuu on 2002-05-09 10:06 ] |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Apr 2002
Location: Sarasota, FL
Posts: 1,539
|
use:
=DAY(A1) with A1 being the date cell. Put this at the end of each row and sort the table by this column, make sure to include the rest of the table in the sort, though. |
|
|
|
|
|
#3 | |
|
New Member
Join Date: May 2002
Location: Larry
Posts: 4
|
Quote:
Larry |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|