Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Date-based RYGB balls automation
Hi,
For the past couple of days, I have been trying to automate my RYGB balls based on Target End Date and Actual End Date columns. I've been reading this article, but I cannot seem to get the formula right.
These are the conditions I am trying to satisfy:
- BLUE = if the Target End Date cell and Actual End Date cell are blank
- RED = if the Actual End Date cell is blank and the Target End Date cell is today or past the specified Target End Date
- YELLOW = if the Actual End Date cell is blank and the Target End Date cell is within 3 days
- GREEN = if there is a date in the Actual End Date cell
This is the formula for row 3 I am using right now, and I get an "#INVALID DATA TYPE" error.
=IF(ISBLANK(AND([Target End Date]3, [Actual End Date]3)), "Blue", IF(AND(ISBLANK([Actual End Date]3), TODAY() - [Target End Date]3 >= 0), "Red", IF(AND(ISBLANK([Actual End Date]3), TODAY() - [Target End Date]3 >= -3), "Yellow", IF(ISDATE([Actual End Date]3), "Green"))))
Any advice would be greatly appreciated! Suggestions on how to simplify this would be much appreciated as well!
Thank you!
Comments
-
Your formula starts with ISBLANK(AND...
I think right there you are unlikely to AND some things and check that result for ISBLANK.
So just make than AND( ISBLANK, ISBLANK) and I think you are there.
-
Thanks for catching that! It works beautifully now. Again, thank you!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives