RAG Rating / Status Change Automation

Alex Foster
โญ
I'm a complete newbie to Smartsheets, and I'm trying to set up a automation, that when the Health status changes to Red, Yellow, Green the status changes as well. Can someone advise on how to do this?
Answers
-
You would use a nested IF statement.
=IF(Health@row = "Red", "output if red", IF(Health@row = "Yellow", "output if yellow", โฆโฆโฆโฆโฆโฆ.)))