Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Jul 7, 9:17*am, "Rick Rothstein \(MVP - VB\)"
wrote: Just to point out, you can use either 28, 29 or 30 for the multiplier constant... your choice. Rick "Rick Rothstein (MVP - VB)" wrote in . .. This should work... =TEXT(28*A1,"mmmm") where A1 contains your month number; of course, you could use the number, or a calculation that results in the number, directly... =TEXT(28*12,"mmmm") Rick "jordanpcpre" wrote in message ... Is there a way to use the month function so that if 12 is inputed, December will be the output? *Rather than the reverse. *I tried =Month(12) but that doesn't return December. *Could you help me please?! *Thanks!- Hide quoted text - - Show quoted text - Although answered, another way of going about it is to use the choose function =choose(A1, "Jan", "Feb", "Mar",etc...) Therefore, if a 12 is entered, the formula will look to the 12th label within and result in Dec |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function or formula to convert "text" month to number of month? | Excel Discussion (Misc queries) | |||
function to fill all days of month to end of month | Excel Worksheet Functions | |||
function to fill all days of month to end of month | Excel Worksheet Functions | |||
When using MONTH function on Blank Cell!! Returns Month=Jan! | Excel Discussion (Misc queries) | |||
=Month function in Excel gives incorrect month | New Users to Excel |