I'm going to apologize in advance that this questions is to going to be basic. I'm just learning smartsheets and formulas. I've tried to read other posts and answers and I still can't figure it out.
Health Balls-
If %Complete is 100% = "Green"
If %Complete does not equal 100% and Today < Actual End Date= "Red
If %Complete <50% and actual end date is <14 days away = "Yellow"
If Status is "Not Started" and Actual Start Date is = "today" = "Red"
If Status@row is "Not Started" and Actual Start Date is >"today" = "Grey"
I also can't get my risk formula to work?
=IF(AND([Actual Start Date]@row <=Today(), [% Complete]@row; >1, OR[Status}@row <> "On Hold")),1,0)
Thank you in advance for any help.