View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default how do I sort dates by months?

helper column with =month(a1) and use that as primary

--
Don Guillett
SalesAid Software

"David" wrote in message
...
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?