Hi Smartsheeters!
I am trying to sum up column RGY statuses. The formula that I use averages the sratus and I end up with either Green or Yellow.
=IF(COUNTIF(CHILDREN(), "Green") = COUNT(CHILDREN()), "Green", IF(COUNTIF(CHILDREN(), "Red") > 0, "Red", "Yellow"))
Please help me figure out where the error is.
I need to summarize status to show:
if all are Green, then Green
if at least one is Yellow, then Yellow
if at least one is Red, then Red
Thanks in advance,
Carol