View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How can I show the Month in Text with the =month command

If a date is in A1 then:
=DATE(2006,MONTH(A1),1)
will show October formatted as
mmmm
--
Gary's Student


"Ovid" wrote:

I am trying to display the month in text after I use the =month command. This
gives me the month number I need to the month name..


Thanks

Ovid