• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to sort dates by Month/Day and ignore year.

Eloise T

Active Member
Need formula to sort dates in Column B by Month/Day and ignore Year in the attached file. Thanks.
 

Attachments

  • Chandoo - date sort.xlsx
    10.4 KB · Views: 9
Last edited:
Since Col B has actual date value, use formula below in Col C.
=TEXT(B2,"MMDD")

Then select both columns and Sort, Values, A to Z.

In the pop-up select "Sort numbers and numbers stored as text separately" to have "?" appear at top of the list, the other option will put it at the bottom of the list.
 
Since Col B has actual date value, use formula below in Col C.
=TEXT(B2,"MMDD")

Then select both columns and Sort, Values, A to Z.

In the pop-up select "Sort numbers and numbers stored as text separately" to have "?" appear at top of the list, the other option will put it at the bottom of the list.
Thanks!
 
Back
Top