How do I return the name of the month in one cell if I only have a date (xx/xx/xx) in another cell?

I'm attempting to track the number of requests received and the months they were requested. What formula can return a Month name for a date (xx/xx/xx) e.g if I have 12/25/19 the formula will return December 2019. Please assist. Thanks

Best Answers

Answers

  • This makes sense. thanks.

    I'm trying to implement into a cell. does this (Date@row) reference the cell I'm getting the 1 or 2 or 3... from?

  • I tried this formula in Excel and it did not work.

  • Andrée Starå
    Andrée Starå Community Champion

    @Shawn Curwen The formula is for Smartsheet so it wont work in Excel.

    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.

  • Myra Jane Lim
    Myra Jane Lim ✭✭
    edited 10/28/20

    Hi, thanks so much @Andrée Starå! I tried this in my sheet but it results to #UNPARSEABLE. Any idea why? Thanks!

    EDIT: So, this one worked: https://community.smartsheet.com/discussion/comment/262755

    Sharing for others' alternative. :)

  • Andrée Starå
    Andrée Starå Community Champion

    @Myra Jane Lim

    Happy to help!

    I would need some more information to see why it's not working, but I noticed that you solved it in another way.

    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.

  • akarlsson
    akarlsson ✭✭✭

    I tried this formula with some modifications for my sheet and I am still getting #UNPARESABLE. The formula I used is:

    =IF(MONTH[Invoice Date]@row = 1, "January", IF(MONTH[Invoice Date]@row = 2, "February", IF(MONTH[Invoice Date]@row = 3, "March", IF(MONTH[Invoice Date]@row = 4, "April", IF[Invoice Date]@row = 5, "May", IF(MONTH[Invoice Date]@row = 6, "June", IF(MONTH[Invoice Date]@row = 7, "July", IF(MONTH[Invoice Date]@row = 8, "August", IF(MONTH[Invoice Date]@row = 9, "September", IF(MONTH[Invoice Date]@row = 10, "October", IF(MONTH[Invoice Date]@row = 11, "November", IF(MONTH[Invoice Date]@row = 12, "December")))))))))))) + YEAR([Invoice Date]@row)

    The Invoice Date column is a DATE column type. Format is MM/DD/YY.

    Any advice?

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!