Hello,
I am new to Smartsheet. I am trying to get when I change my Status to "Not Started" I want the Health bubble to automatically turn grey. And when I change my Status to "In Progress" the Health bubble will turn yellow, etc.
So far I have: IF(Status1 = "Not Started", "Gray", " ").
I want it to change color for each value change. Thanks!
Edit: I figured it out.