Hi
Can someone help me to write these five formula in a single formula to get the schedule health.
IF(Status@row = "Not Started", "Gray")
IF(Status@row = "On Hold", "Yellow")
IF(Status@row = "Not Applicable", "")
IF(Act1@row >Act2@row , "Red")
IF(Act1@row <Act2@row , "Green")
THanks