Syntax:
MONTHNAME(number)
Returns a text string of the month given by number with reduction of number into the range [1,12] (i.e. inclusive).
Examples:
MONTHNAME(27)
returns the text string "March"
MONTHNAME(MONTH(TODAY))
returns the name of the current month as a text string.