how do I sort dates by months?

G

Guest

Hi

I have a lot of birthday dates that I want to group into months. But, I am
having difficulty to sort them by months. It keeps sorting by years!

The birthday format is dd/mm/yyyy.

Can anyone help?
 
G

Guest

You will need to put the month(s) in a separate "helper" column and sort on
this column.

If dates are in column A then in your "helper" column put:

=MONTH(A2)

and copy down.

Sort on this column.
 

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

Similar Threads


Top