sort dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report exported to XL as text file and converted to XL. The dates
appear as mm/dd/yy. I want to sort the dates by month & day, but want to
ignore the year. Is this possible? How?
Thanks,
 
Create a helper column with a formula of

=TEXT(A1,"mmdd")

and sort by the helper column
 
Hi Deb,
Create a helper column, use the fill handle to copy down a formula like:
=Date(0,Month(a1), 1)
 
Good, and a lot less confusing than my answer would be to someone
looking at the helper column.
 
Thank you David, both for your own solution, and for your recommending I use
Bob's. I'd tried a lot of stuff in a helper column - to no avail until now!
Thanks,
Deb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top