How can I show the Month in Text with the =month command

O

Ovid

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
 
G

Gary''s Student

If a date is in A1 then:
=DATE(2006,MONTH(A1),1)
will show October formatted as
mmmm
 
J

JMB

Another way - you could display the month without using the month function
(unless you need the month number for something else):

=TEXT(TODAY(),"mmmm")
replace Today() w/a date or reference to a date.

or just enter the date (or link to the date) and use a custom format of "mmmm"
 

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

Top