Hi Experts,
I would like to extend my formula in column Tech Pack confirmed on time. It works well with the color balls.
=IF([Dev sample needed?]@row = "", "not needed", IF(AND([CAD upload on time ?]@row = "Green", [Pattern confirmed on time?]@row = "Green", [Tooling confirmed on time?]@row = "Green", [Materials confirmed on time?]@row = "Green"), "Green", IF(OR([CAD upload on time ?]@row = "Yellow", [Pattern confirmed on time?]@row = "Yellow", [Tooling confirmed on time?]@row = "Yellow", [Materials confirmed on time?]@row = "Yellow"), "Yellow", "Red")))
But now I need to add, if "not needed" is in the other columns it should be counted as "Green" or should not be counted.
E.g. the result in the 2nd and 3rd row should be "Green" and not red.
Thanks in advanced!