Hello Smartsheet Community,
I have been attempting to create an automated formula in the status column.
I tried the following two options.
=IF(AND("Complete" , IF([% Complete]4=100% , "In Progress" , IF([% Complete]4<50% , "Not Started" , IF([% Complete]4 = 0%, "Completed", "error")))))
=IF(Finish4 < TODAY(), [% Complete]4 <1), "Not Started", IF([% Complete]4 =0, "In Progress", IF([% Complete]4 <25, "Complete", IF([% Complete]4 =100, "Completed", "Error")))
I am trying to get the Status column to automatically change when I plug in 100% , range of 1% to 99%, or 0% into the % complete column.
I have attached the 3 columns I and working with in the screen shot. Also please keep in mind that I have a formula in the health status column, which is as follows:
=IF(ISBLANK(Start@row), "", IF(AND(Finish@row < TODAY(), Status@row <> "complete"), "Red", IF(AND(Start@row <= TODAY(), Status@row = "not started"), "Yellow", "Green")))
Sometimes I get and error of circular dependency or unparsable.
Any assistance would be really helpful. Thank you.
