Thank you Daniella,
I have put together the string you show and it functions, however there is a 0 in front of the month(text). I am unsure on how to stop this. Any suggestions would be great.
https://us.v-cdn.net/6031209/uploads/XRECGMA1F6CX/0month.pdf
=IF(MONTH(Created@row) = 1, "January") + IF(MONTH(Created@row) = 2, "February") + IF(MONTH(Created@row) = 3, "March") + IF(MONTH(Created@row) = 4, "April") + IF(MONTH(Created@row) = 5, "May") + IF(MONTH(Created@row) = 6, "June") + IF(MONTH(Created@row) = 7, "July") + IF(MONTH(Created@row) = 8, "August") + IF(MONTH(Created@row) = 9, "September") + IF(MONTH(Created@row) = 10, "October") + IF(MONTH(Created@row) = 11, "November") + IF(MONTH(Created@row) = 12, "December")
How can I convert a date to plain text?
Comments
-
Hi @RehmRick
I hope you're well and safe!
I recommend changing the VLOOKUP to an INDEX/MATCH combination instead (if possible).
To have it work in a text column. Add +"" at the end of the formula.
Did that work/help?
I hope that helps!
Be safe, and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Yes it did. Thank you.
-
Excellent!
Happy to help!
✅Remember! Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up/Awesome or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hey there TDobson; not sure if you figured it out yet, but you don't have any "value if false" ending your statements. If you just add [,""] After each spelled-out month the preceding "0" disappears.
eg. =IF(MONTH([Date Only]@row) = 1, "January", "") + IF(MONTH([Date Only]@row) = 2, "February", "") + IF(MONTH([Date Only]@row) = 3, "March", "") + IF(MONTH([Date Only]@row) = 4, "April", "") + IF(MONTH([Date Only]@row) = 5, "May", "") + IF(MONTH([Date Only]@row) = 6, "June", "") + IF(MONTH([Date Only]@row) = 7, "July", "") + IF(MONTH([Date Only]@row) = 8, "August", "") + IF(MONTH([Date Only]@row) = 9, "September", "") + IF(MONTH([Date Only]@row) = 10, "October", "") + IF(MONTH([Date Only]@row) = 11, "November", "") + IF(MONTH([Date Only]@row) = 12, "December", "")
Hope that helps! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!