Change Month Number To Text (1 to JAN, 2 to FEB etc)

Hello, 

I have created a field that displays the Month an Opportunity Closed. It is coming over as a number but I would like this to be displayed as text i.e. 1 = JAN, 2 = FEB, 3 = MAR etc.

The Field I have created is month_closed_c (Text Field) and is using this formula: monthofyear($date_closed)

How can I convert the number value this field returns in to a text value?

Thanks

Parents Reply
  • Hi Liam/ Or anyone else,

    If I were to use the first option (Use ifElse functions to check the month and determine what text to display) would I need to create multiple fields to accomplish this or can one field handle all the converstions and be encompassed in the "Month Closed" field (monthofyear($date_closed))

     

    Currently I have a total of two fields to accomplish this. The first field gives me the number of the month and the second converts it to text i.e JAN, FEB using a dropdown list.

     

    Ideally I would like everything handled in a single field. Is this possible? And if so what would the formula look like?

Children
No Data