Article ID: 129073 - Last Review: August 15, 2005 - Revision: 2.1 TEXT(MONTH(NOW()),"mmm") Always Returns "Jan"This article was previously published under Q129073 SYMPTOMS
When you nest the TEXT(), MONTH(), and NOW() functions as in the following
example
CAUSE
When you format a number using a date format (such as "mmm"), Excel
interprets the number as the serial representation of the date. The number
returned by the MONTH() function is always between 1 and 12, representing
the months of the year.
In the following example, the current date is assumed to be February 1, 1995. On a spreadsheet, type the following formula into a cell: MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
To format a date as a month, do not use the MONTH() function in the
formula as illustrated in the following examples.
To enter the formula directly on a worksheet, type the following formula into a cell: To use the formula in a Microsoft Visual Basic for Applications procedure (this particular example illustrates how to display the current month as a text string in a message box), type the following Sub procedure in a module: APPLIES TO
| Article Translations
|


Back to the top
