Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 213
Default Calculating current month

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É
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Calculating current month

=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É


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Calculating current month

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É



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Calculating current month

Hi,

Enter =TODAY() or NOW() in a cell and then choose Format, Cells, Number tab,
Custom and on the Type line on the right enter MMMM or mmmm.

--
Thanks,
Shane Devenshire


"Randy" wrote:

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É

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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É




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Subtract a future month from the current month to get remaining m. Fletch Excel Worksheet Functions 1 July 26th 07 04:29 PM
Retrieve data for previous 3, 6, 12 month given current month GB Excel Worksheet Functions 4 July 19th 07 11:58 PM
Calculate the first day of the month for the current month? April S. Excel Discussion (Misc queries) 5 July 27th 05 08:53 PM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM
Current Month Howard Excel Worksheet Functions 6 March 17th 05 05:35 PM


All times are GMT +1. The time now is 04:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"