Formula - Return month as text from a date cell.
Answers
-
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
I can't seem to get that solution to work. Could you post an example?
-
I have this date field 01/01/2024 and want another column to show Jan-24...is this possible?
-
Hi @Keli
If you're looking directly at a Date field, you'll need to use a MONTH function to extract just the Month number and use the MID formula above like so:
=MID("JanFebMarAprMayJunJulAugSepOctNovDec", (MONTH(Date@row) * 3) - 2, 3)
If you need the year returned as well, you can + to add the YEAR function at the end:
=MID("JanFebMarAprMayJunJulAugSepOctNovDec", (MONTH(Date@row) * 3) - 2, 3) + "-" + RIGHT(YEAR(Date@row), 2)
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
This note is to underscore the brilliance of, and give credit to, @John C Murray’s Best Answer solution. Damn, wish I’d thought of that one!
I’ve cited him in my Smartsheet Arsenal (hodgepodge of tips and tricks), where his formula, and one adapted for 3-char weekdays, now lives. It’s also replaced the cumbersome nested-if formula that used to gobble system resources in my Days Calculator sample sheet, where John’s name is honored in the [Mth Alpha] column description.
-
Glad you liked it @Cleversheet.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 468 Global Discussions
- 156 Industry Talk
- 511 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 521 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!