I have 2 formulas that both work. I want to merge them into one formula but it is not working.
=IF((COUNT(CHILDREN(Availability5)) = COUNTIF(CHILDREN(), "Red"), "Red", "Green"
=IF((COUNT(CHILDREN(Availability5)) = COUNTIF(CHILDREN(), "Gray"), "Gray", "Green"
It might just be time for lunch but what are the rules to putting these together?