So i have parent cells and dependencies. The dependencies have color balls (red, yellow, green, grey). Here is what I want:
If one of the dependencies has a red color ball, I want the parent ball color to be red.
If all dependencies have a green ball, I want the ball for the parent to be green
If all dependencies have a yellow ball, I want the ball for the parent to be yellow
If all dependencies have a grey ball, I want the ball for the parent to be grey
Red ball in the midst of other color balls take precedence over all the other colors and the parent shows up as red. Next is yellow, grey then green.
Can you help with that?