Change dot color based on date field

Options

I am trying to come up with a formula that will change a RYG symbol to green if the date in another column is within the first 14 days of a month.

The symbol column is already set up with the right column type.

Thank you for the help!

Tags:

Best Answer

  • bisaacs
    bisaacs ✭✭✭✭✭
    Answer ✓
    Options

    Hey @Ruth Schoonover,

    I would do something like this in the RYG symbol column:

    =IF(DAY(Date@row) <= 14, "Green")

    Hope this helps!

    If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!

    I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!