View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob W Bob W is offline
external usenet poster
 
Posts: 22
Default display unabbreviated month in text, from system date?

outasight! Thanks!!!

"Ron Coderre" wrote:

Try this:

=TEXT(TODAY(),"MMMM")

Does that help?
--------------------------

Regards,

Ron (XL2003, Win XP)
Microsoft MVP (Excel)

"JustSomeGuy" wrote in message
...
How would one write a formula to enable a cell in a workbook to always
display the current month, in text format, unabbreviated, just by parsing
the
system date - no input required from the user?