Sorting by month, disregarding the year

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

Guest

I have a list of names in one column, and their date of birth in another
column.
I want to sort day and month, disregarding the year, in order to see who has
a birthday this month. But how ?
 
In a helper column, add a formula of

=MONTH(B2)

copy down, and sort by the helper 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

Back
Top