Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
the month function gives me 1 for the value of month(today()), can i get
january instead? thanks. jim microsoft.public.excel.newusers |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Just use
=TODAY() And custom format the cell to mmm -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "jim sturtz" wrote in message ... the month function gives me 1 for the value of month(today()), can i get january instead? thanks. jim microsoft.public.excel.newusers |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Try this:
=TEXT(TODAY(),"mmmm") Does that help? *********** Regards, Ron XL2002, WinXP-Pro "jim sturtz" wrote: the month function gives me 1 for the value of month(today()), can i get january instead? thanks. jim microsoft.public.excel.newusers |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Jim,
Try this formula: =CHOOSE(MONTH(TODAY()),"January","February","March ","April","May","June","July","August","September" ,"October","November","December") Cheers, Kevin Lehrbass www.spreadsheetsolutions4u.com "jim sturtz" wrote: the month function gives me 1 for the value of month(today()), can i get january instead? thanks. jim microsoft.public.excel.newusers |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
whatta group, now which do i take door#1 or ....
thanks. "jim sturtz" wrote in message ... the month function gives me 1 for the value of month(today()), can i get january instead? thanks. jim microsoft.public.excel.newusers |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Show week number in current month | Excel Discussion (Misc queries) | |||
How do I get a cell to show the fifth character of another cell? | Excel Discussion (Misc queries) | |||
show month number as month name in Excel? | Excel Discussion (Misc queries) | |||
Show month in different color? | Excel Discussion (Misc queries) | |||
Pivot Table - Group by Month - Show Items with no data | Excel Discussion (Misc queries) |