Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

How can I convert a date to plain text?

2»

Comments

  • Community Champion

    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.

  • Community Champion

    @RehmRick

    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

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions