show character value of a month rather than numeric?

J

jim sturtz

the month function gives me 1 for the value of month(today()), can i get
january instead?

thanks.

jim

microsoft.public.excel.newusers
 
R

Ron Coderre

Try this:

=TEXT(TODAY(),"mmmm")

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 
Top