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
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!