Trying to Figure Out Formulas for Health/Status/%Complete

Gabbie
Gabbie ✭✭
edited 08/29/23 in Formulas and Functions

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.

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!