What is the function to tell me the current Month

  • Thread starter Thread starter shadestreet
  • Start date Start date
=TODAY()

format as mmmm

Or in one fell swoop

=TEXT(TODAY(),"mmmm")
 
Thanks, I tried using a similar approach, but there is no "mmmm" forma
when I tried to format the style of cell. The closest I could find wa
March-98 style.

Good tip, thank
 
You can enter

mmmm

in the textbox after selecting "Custom" in the Format/Cells/Number
dialog.
 

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

Back
Top