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

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

Guest

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
 
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"
 
Back
Top