+ Reply to Thread
Results 1 to 3 of 3

Problem with sorting by date

  1. #1
    Registered User
    Join Date
    05-11-2009
    Location
    Belfast
    MS-Off Ver
    Excel 2019
    Posts
    66

    Problem with sorting by date

    I have a column showing date DD/MM/YYYY

    I want to be able to get a new column stripping out the days so that I can chart changes over a month rather than each day of the last 2 years.

    I have tried altering the cell format to MM-YYY although this shows the format I want when i run a pivot chart it will still create records for individual days.

    I then tried copying and pasting the above as text only. This results in the pivot chart sorting A-Z rather than by date.

    Any suggestions?

    Thanks
    Last edited by jaywizz; 10-07-2009 at 11:28 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Problem with sorting by date

    Try formula:

    =Date(Year(A2),Month(A2),1)

    where A2 contains first date to convert.. copied down.

    so that all dates use the 1st of the month.. is always referenced...

    Does that help...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    05-11-2009
    Location
    Belfast
    MS-Off Ver
    Excel 2019
    Posts
    66

    Talking Re: Problem with sorting by date

    That works for me

    Thanks for your help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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