Month name from date

month01
✭
hello
I'm trying to extract month name from the date column. It has been giving me an error.
Tags:
Answers
-
Hello @month01
Please try this:
=
IF(MONTH(Week@row) = 1, "Jan",
IF(MONTH(Week@row) = 2, "Feb",
IF(MONTH(Week@row) = 3, "Mar",
IF(MONTH(Week@row) = 4, "Apr",
IF(MONTH(Week@row) = 5, "May",
IF(MONTH(Week@row) = 6, "Jun",
IF(MONTH(Week@row) = 7, "Jul",
IF(MONTH(Week@row) = 8, "Aug",
IF(MONTH(Week@row) = 9, "Sept",
IF(MONTH(Week@row) = 10, "Oct",
IF(MONTH(Week@row) = 11, "Nov", "Dec")))))))))))Just replace Column name with the actual column you're using.
Hope this helps
Che
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.4K Get Help
- 464 Global Discussions
- 156 Industry Talk
- 509 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 518 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!