Formula for RYG
I'm looking for a formula that would turn the cell within the Status Column R or G based on if specific cells within the row are filled out vs blank. For example, all identified cells are completed so it's green or one cell is missing data so it's Yellow, and none of the identified cells have info so it's Red.
Answers
-
Hey @Jason E
Something like this should work. Just change the column names to match and add/remove conditions as needed.
=IF(AND(ISBLANK(A@row), ISBLANK(B@row), ISBLANK(C@row)), "Red", IF((AND(NOT(ISBLANK(A@row)), NOT(ISBLANK(B@row)), NOT(ISBLANK(C@row)))), "Green", "Yellow"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 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!