Forum Discussion

RahulCholate's avatar
RahulCholate
Copper Contributor
Aug 10, 2022
Solved

Using Text function to obtain "Months"

Hi Guys,   I am Rahul from India.   I want to obtain "Months" (January, February,--etc) using Text function: =Text((1/13/19,"mmmm")) (US Date format) I am unable to get the answer; =>Whereas, I...
  • HansVogelaar's avatar
    HansVogelaar
    Aug 10, 2022

    Lorenzo 

    Nice approach. Using the same idea:

    =INDEX(TEXT(DATE(2022,SEQUENCE(12),1),"mmmm"),LEFT(A1,FIND("/",A1)-1))

Resources