I need some help with nesting formulas for the following screenshot:
What I'm trying to accomplish is an automatic change in the "Status" Column based on the following criterias:
1) If "%Complete" >= 1% and "%Complete" <= 99% and "At Risk" = 0 then "Status" = In Progress
2) If "%Complete" >= 1% and "%Complete" <= 99% and "At Risk" = 1 then "Status" = At Risk
3) If "%Complete" < 1% and "At Risk" = 0 then "Status" = Not Started
4) If "%Complete" < 1% and "At Risk" = 1 then "Status" = At Risk
Is it possible to link this many formulas into one nested formula in the "Status" Column?
