Automate EOM Entry

Is there a way in Smartsheet to automatically look at a month, and return the end of that month (as a number)?


Thanks,

Dennis

Answers

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    You just want the day number of the last day of the month? If so, try something like this...

    =DAY(DATE(YEAR([Date Column]@row) + IF(MONTH([Date Column]@row) = 12, 1), IF(MONTH([Date Column]@row) = 12, 1, MONTH([Date Column]@row) + 1), 1) - 1)

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!