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.
Setting RYGG Based on 2 Columns
I'm trying to set up RYGG based on a Finish Date column and a Status column. Here is what I have so far:
=IF(Finish6 < TODAY(), "Red", IF(Finish6 = TODAY(), "Yellow", IF(Finish6 > TODAY(), "Gray")))
What I would like to accomplish past this:
Yellow if 5 days prior to Finish
Geen if 6 or more days prior to finish
Gray if Status column shows Complete (Complete in the Status column is set by another formula based on 100% in a % Complete column).
The above formula is working as should, I am having trouble adding the prior dates and the value from the Status column.
Comments
-
To add to my above statement, would an AND be necessary so when the FINISH date has passed but it is complete it would stay GRAY and not turn RED?
-
NIck,
Try this formula:
=IF(Status23 = "Complete", "Gray", IF(Finish23 < TODAY(), "Red", IF(Finish23 <= TODAY() + 5, "Yellow", "Green")))
for row 23
You don't need an AND because the RYGG is gray, regardless of the date if completed, so that comes first in the formula to make it easier.
Hope this helps.
Craig
-
Thanks Craig, worked like a charm.
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