RYGG formula
Hi Guys,
I have an RYG formula that adjusts the ball colour - =IF(Finish@row - TODAY() > 7, "Green", IF(Finish@row - TODAY() >= 3, "Yellow", "Red"))
I also have a grey ball so I want to automatically tie the grey ball to the status COMPLETE. How do I do this?
Any guidance is much appreciated.
Barry
Best Answer
-
Check for Status@row = “Complete” first if the IF statements
Answers
-
Check for Status@row = “Complete” first if the IF statements
-
Makes sense, thanks Jason, just nested IFs
I get an unparsable error however
=IF(Status@Row="Complete", "Grey", IF(Finish@row - TODAY() > 7, "Green", IF(Finish@row - TODAY() >= 3, "Yellow", "Red")))
What am I doing wrong??
-
Capitalised the R in Row - Duh!
Thanks Jason!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!