View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default Calculating current month

Thanks Rick!

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Rick Rothstein" wrote in message
...
To Niek: Since the OP's example indicated he wanted the full month name
spelled out, your formula needs another 'm' in the format pattern...

=TEXT(TODAY(),"mmmm")

To Randy: You can also just put =TODAY() in a cell and Custom Format the
cell using mmmm as the Type.

--
Rick (MVP - Excel)


"Niek Otten" wrote in message
...
=TEXT(TODAY(),"mmm")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Randy" wrote in message
...
I need a worksheet to calculate the current month and print it out in
text
form example September and not in numeric form example 9. I have tried
playing around with the date functions but have not come up with the
solution. Can anyone suggest a method for accomplishing this taskÉ