Excel formula to display months (numbers) in words

Solved
castelc -  
 -2-2 -
Hello,
I created a table in EXCEL, in the first column I put the date and in the second I put "month" with the formula: =IF(A4="","",MONTH(A4))
The result gives me the month in numbers, but what I'm interested in is having it in words.
Is that possible?
Thank you for your replyConfiguration: Windows XP Internet Explorer 7.0

4 answers

  1. moianass
     
    You just need to use this function
    =TEXT(30*MONTH(A4),"mmmm")
    124
    1. adlene
       
      It works very well with this formula, well done and thank you!
      0
    2. Ly
       
      Short and elegant solution. Thank you.
      0