Reputation: 321
I need to convert month number to month name.
The result that i get now is
Month
1,2,3
The output i need is
Month
Jan, Feb, March
I try if else but not working
Upvotes: 1
Views: 2740
Reputation: 4610
Make new formula field formula_month
And write this formula in it
MonthName({your_field_name})
Hope it helps
Upvotes: 1