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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!