Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am trying to display the month in text after I use the =month command. This
gives me the month number I need to the month name.. Thanks Ovid |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
If a date is in A1 then:
=DATE(2006,MONTH(A1),1) will show October formatted as mmmm -- Gary's Student "Ovid" wrote: I am trying to display the month in text after I use the =month command. This gives me the month number I need to the month name.. Thanks Ovid |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Another way - you could display the month without using the month function
(unless you need the month number for something else): =TEXT(TODAY(),"mmmm") replace Today() w/a date or reference to a date. or just enter the date (or link to the date) and use a custom format of "mmmm" "Ovid" wrote: I am trying to display the month in text after I use the =month command. This gives me the month number I need to the month name.. Thanks Ovid |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Show centered text along merged colum cells | Excel Discussion (Misc queries) | |||
How do I get Excel 2000 command buttons to show in Excel 2003? | Excel Discussion (Misc queries) | |||
How can I get excel to show ALL lines of wrapped text? | Excel Worksheet Functions | |||
UDF and Calculation tree | Links and Linking in Excel | |||
Pivot Table - Group by Month - Show Items with no data | Excel Discussion (Misc queries) |