Hi, I have three formulas given to me from a smartsheet rep in smartsheet 101 training that aren't working together. Receiving an "Unparseable" error message.
Status Updates with % Complete
=IF([% Complete]@row = 1, "Complete", IF([% Complete]@row = 0, "Not Started", "In Progress"))
Health = Status
=IF(Level@row > 2, IF(Status@row = "Complete", "Green", IF(AND(Status@row <> "Complete", TODAY() > [End Date]@row), "Red", "Yellow")))
=COUNT(ANCESTORS()) + 1
I wasn't really given instructions on how to use multiple formulas in a cell, please advise. Not sure how to make it work. I was trying to put them all under the "Status" column.