RYG ball to change with expiration date
TNassar
✭
Hello
I would like the ball to be red if the date is in the past, yellow if the date is within the next 30 days and green if it is set to expire in more than 30 days. Help? TIA
Comments
-
=IFERROR(IF(Date@row < Today (), "Red", IF(Date@row > Today(30), "Green", "Yellow"))"")
This formula will provide you with a red if the date is in the past, Green if the date is greater than 30 days from today, and yellow if anything falls inbetween. I wrapped it in an IFERROR formula in case your row is missing date and then the field should appear blank with no symbol.
Hope that helps!
-
Just replace "Date@row" with your ColumnName@row or if your column contains a space or ends in a number [Your Column Name]@row.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives