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
- Smartsheet Customer Resources
- 63.6K Get Help
- 405 Global Discussions
- 215 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!