Nested Formula IF(NOT(CONTAINS AND IFERROR(SUM(CHILDREN

jess_roberts
jess_roberts โœญโœญโœญ

Hi There! I'm hoping I'll eventually have time to take the formulas training that smartsheet offers but in the meantime, can anyone help me write a formula that's above my pay grade? ๐Ÿ˜

I have a formula for calculating our overall progress for a project. However, I've had to break the project down into tasks that, while they need to be completed, don't actually contribute to the overall implementation progress (retrospectives, post production support, additional post launch training, etc).

So, my current progress column has this formula:

=IFERROR(SUM(CHILDREN(Progress@row)) / COUNT(CHILDREN(Status@row)), IF(Status@row = "In Progress", "", IF(Status@row = "Completed", 1)))

I would like to add another condition, where, if the column named "Phase" contains "Prod Support", ignore it or don't count it towards the overall project.

I feel like IF(NOT(CONTAINS("Prod Support", Phase@row))) needs to be nested somewhere but I can't seem to get it right.


Can anyone assist?


Thanks!

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!