Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 53
Default How do I sort a column of dates by the month?

I have the column formatted by date like: 8/30/06

Any way I sort, it only sorts by the year. How can I sort the column by the
month??

Thanks!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 82
Default How do I sort a column of dates by the month?

You could add a column with just the month using a formula like: =MONTH(A1)
which will show the month of the date in cell A1. Then you can sort by this
column.

HTH,
TK

"Shannon" wrote:

I have the column formatted by date like: 8/30/06

Any way I sort, it only sorts by the year. How can I sort the column by the
month??

Thanks!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default How do I sort a column of dates by the month?

run a helper column down next to the date column using the MONTH function and
sort on that helper column.

Example: A1 = 8/1/06. B1 =MONTH(A1) which returns 8. Copy down as needed.
Sort.

Dave
--
Brevity is the soul of wit.


"Shannon" wrote:

I have the column formatted by date like: 8/30/06

Any way I sort, it only sorts by the year. How can I sort the column by the
month??

Thanks!!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default How do I sort a column of dates by the month?

1. Insert a "helper" column next to the dates.
2. In this new column, enter the formula =MONTH(a1) where A1 is the
first of the dates you want to sort
3. Copy that formula and paste into all relevant rows
4. Sort on that new column
5. Delete the new column.

Vwalla!

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
calculating number of three month periods between two dates... neil Excel Discussion (Misc queries) 3 May 21st 06 01:52 PM
count no. of dates in a column that falls on certain month & year RawSugar Excel Worksheet Functions 2 October 20th 05 10:50 PM
Trying to create repeating dates and then sort column by date lizabright Excel Worksheet Functions 2 February 11th 05 12:33 AM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 2 November 27th 04 01:55 AM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 0 November 26th 04 03:19 PM


All times are GMT +1. The time now is 03:00 PM.

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

About Us

"It's about Microsoft Excel"