Calculate % Complete at Child Level AND Parent Level in one formula
Options
Answers
-
Hi Paul,
I figured it out!
I used this formula:=IFERROR(AVG(CHILDREN()),
IF(Status@row = "Complete", "1",
IF(Status@row = "In Progress", ".25",
IF(Status@row = "Blocked", ".5",
IF(Status@row = "Not Started", "0",
"")))))
Then I formatted the column with Percentage
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!