IF condition statement from multiple columns & properties
MrDramaFree
✭✭✭✭
Need help populating the right color in my status column, which uses Red, Yellow, Green circle symbols depending on what other columns are reporting. I assume the below could be written with a formula.
IF column B is blank, then RED. IF column B is not blank, then Yellow. IF column C is checked, then Green.
Answers
-
@Shane Sorensen does column C being checked make it green no mater if B is blank or not? If so try this
=IF(C@row = 1, "Green", IF(ISBLANK(B@row), "Yellow", "Red"))
-
Thank you @RossL . No, hopefully there doesn't end up being a checkmark in column C if B is blank. Checkmark should only be in C if B is filled.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 416 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!