Forum Discussion
Reghunadh Parameswarannair
Feb 04, 2017Copper Contributor
for converting a number between 1 to 12 to the corresponding month
for eg, inorder to convert 2 to February or 9 to September, which function to be used?
Detlef_Lewin
Feb 04, 2017Silver Contributor
Hello
There are many solutions. Perhaps the shortest would be:
=TEXT(DATE(,A1,1);"MMMM")