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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!