date sort by month

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

Guest

Is there any way to sort a date format month/day/year by the month instead
of the year in Excel 2000?
 
If you ask in one of the microsoft.public.excel groups, someone might know.

(This one is on MS Access, the database.)
 
skbwolves said:
Is there any way to sort a date format month/day/year by the month instead
of the year in Excel 2000?

Same as for Jet e.g.

SELECT MyDateTimeCol
FROM [Excel 8.0;HDR=YES;Database=C:\Tempo\db.xls;].[Sheet1$]
ORDER BY MONTH(MyDateCol)
;

Jamie.

--
 

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