formula for status within last 365 days
I am trying to figure out a formula to use the status (red, green dots) to show if the document is within the last 365 days based on a last revision column.
Trying to track program document review. So if the last review column is within 365 then a green dot, if greater than a red dot.
Hope this makes sense.
Any help would be appreciated. THANKS
Best Answers
-
Hi @Tammy Luther ,
Set up your column as a3 color ball symbol. Enter this formula:
=IF(today()<DATEONLY([modified]@row) +365, "green", "red")
Work for you?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
worked perfect - TY
Answers
-
Hi @Tammy Luther ,
Set up your column as a3 color ball symbol. Enter this formula:
=IF(today()<DATEONLY([modified]@row) +365, "green", "red")
Work for you?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
worked perfect - TY
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!