Harvey Ball formula with Expiry dates
Hello, I am going crazy, I have been through the community posts and tried to figure out this myself with no success.
I want a Red ball to appear if the date in the CV Expiry Date column is less than a week away, or in the past.
I want a Yellow ball to appear if the date is in the next 30 days, and Green if it's more than 30 days away.
Please help!!
Answers
-
You would use something like this:
=IF([Date Column]@row<= TODAY(7), "Red", IF([Date Column]@row<= TODAY(30), "Yellow", "Green"))
-
Thank you! I had the Red and the Yellow in the wrong order.
-
One more question! How do I also make it blank if there is nothing in the date column?
-
Try this:
=IF([Date Column]@row <> "", IF([Date Column]@row<= TODAY(7), "Red", IF([Date Column]@row<= TODAY(30), "Yellow", "Green")))
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
- 144 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!