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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 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!