Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Sorting columns on weekdays

Hello,

I have a column with a range of subsequent dates. I want to sort them on
weekdays, so that all the mondays come first one after the other, then all
tuesdays, then all wednesdays and so on...

How can I achieve this?

Many thanks and greetings from Brugge (Bruges - Belgium),

Michel

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Sorting columns on weekdays

Use a helper column, with this formula copied down:

=WEEKDAY(A2,2)

This translate Monday = 1, Tuesday = 2, etc. Then sort by the helper column
first, then dates (to keep the Mondays in order)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Michel" wrote:

Hello,

I have a column with a range of subsequent dates. I want to sort them on
weekdays, so that all the mondays come first one after the other, then all
tuesdays, then all wednesdays and so on...

How can I achieve this?

Many thanks and greetings from Brugge (Bruges - Belgium),

Michel

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Sorting columns on weekdays

tHello,

Thank you for your reply. Is it possible to achieve this without adding an
extra column? To sort the actuel column that contains the dates by means of a
function or programming aid?

Many thanks and greetings,

Michel

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
Sorting Columns Perry Excel Discussion (Misc queries) 2 April 18th 09 05:03 PM
help with sorting text in columns to match other columns rkat Excel Discussion (Misc queries) 1 August 11th 06 03:42 AM
Sorting columns chesjak Excel Worksheet Functions 4 May 25th 06 11:55 AM
sorting more than 3 columns saybut Excel Discussion (Misc queries) 4 February 20th 06 12:03 PM
Sorting 2 columns Rugby Al Excel Discussion (Misc queries) 4 July 13th 05 05:33 PM


All times are GMT +1. The time now is 12:57 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"