+ Reply to Thread
Results 1 to 5 of 5

sorting/ordering a column by day of the week

  1. #1
    Laura
    Guest

    sorting/ordering a column by day of the week

    i am making a spreadsheet of a weekly schedule, so i need to be able to sort
    and order a column not by day AND date (wednesday, January 8, 2010), but
    simply by day of the week. in 'format cells,' there is no such capacity, and
    when i sort ascending, it gives me the days in alphabetical order and not in
    day of the week order. does anyone know how to get excel to order a column
    from monday to friday (or sunday to saturday)? thanks so much,
    --
    Laura

  2. #2
    Jason Morin
    Guest

    Re: sorting/ordering a column by day of the week

    Use a helper column. If dates are in col. A, use:

    =WEEKDAY(A2,3)

    and fill down. Then sort ascending based on this new
    column.

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >i am making a spreadsheet of a weekly schedule, so i

    need to be able to sort
    >and order a column not by day AND date (wednesday,

    January 8, 2010), but
    >simply by day of the week. in 'format cells,' there is

    no such capacity, and
    >when i sort ascending, it gives me the days in

    alphabetical order and not in
    >day of the week order. does anyone know how to get excel

    to order a column
    >from monday to friday (or sunday to saturday)? thanks so

    much,
    >--
    >Laura
    >.
    >


  3. #3
    Peo Sjoblom
    Guest

    RE: sorting/ordering a column by day of the week

    You would need a help column, assume the dates are in column A starting in A2
    in for instance B2 put

    =WEEKDAY(A2,2)


    copy down, select both and sort by B descending, will group all Mondays,
    Tuesdays and so on


    Regards,

    Peo Sjoblom

    "Laura" wrote:

    > i am making a spreadsheet of a weekly schedule, so i need to be able to sort
    > and order a column not by day AND date (wednesday, January 8, 2010), but
    > simply by day of the week. in 'format cells,' there is no such capacity, and
    > when i sort ascending, it gives me the days in alphabetical order and not in
    > day of the week order. does anyone know how to get excel to order a column
    > from monday to friday (or sunday to saturday)? thanks so much,
    > --
    > Laura


  4. #4
    tjtjjtjt
    Guest

    RE: sorting/ordering a column by day of the week

    Another option:
    If you format your dates as days-Custom number format dddd.
    Then, you can Sort by Days in this way:
    Data | Sort | Options
    Change the first key sort order to the days of the week spelled out.

    This will also work if you've type Monday, Tuesday, etc. instead of storing
    dates.

    tj

    "Laura" wrote:

    > i am making a spreadsheet of a weekly schedule, so i need to be able to sort
    > and order a column not by day AND date (wednesday, January 8, 2010), but
    > simply by day of the week. in 'format cells,' there is no such capacity, and
    > when i sort ascending, it gives me the days in alphabetical order and not in
    > day of the week order. does anyone know how to get excel to order a column
    > from monday to friday (or sunday to saturday)? thanks so much,
    > --
    > Laura


  5. #5
    Laura
    Guest

    RE: sorting/ordering a column by day of the week

    beautiful... thank you all for your help! this has been driving me crazy at
    work for a long time! -L

    "tjtjjtjt" wrote:

    > Another option:
    > If you format your dates as days-Custom number format dddd.
    > Then, you can Sort by Days in this way:
    > Data | Sort | Options
    > Change the first key sort order to the days of the week spelled out.
    >
    > This will also work if you've type Monday, Tuesday, etc. instead of storing
    > dates.
    >
    > tj
    >
    > "Laura" wrote:
    >
    > > i am making a spreadsheet of a weekly schedule, so i need to be able to sort
    > > and order a column not by day AND date (wednesday, January 8, 2010), but
    > > simply by day of the week. in 'format cells,' there is no such capacity, and
    > > when i sort ascending, it gives me the days in alphabetical order and not in
    > > day of the week order. does anyone know how to get excel to order a column
    > > from monday to friday (or sunday to saturday)? thanks so much,
    > > --
    > > Laura


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1