Hello! It's me again,
Is it possible to have a formula that the Harvey Ball in "Overall Status" changes depending on the other 4 rows?
IF I have 4 Green Harvey Balls the "Overall Status" is GREEN
IF I have 3 Green Harvey Balls the "Overall Status" is YELLOW
IF I have 2 Green Harvey Balls the "Overall Status" is RED
I have this formula:
=IF(CONTAINS("Red", Status3:Status6), "Red", IF(CONTAINS("Yellow", Status3:Status6), "Yellow", "Green"))
But it only works with one ball, so if it contains one red ball then the "Overall Status" is red, and I don't want that.
Please help, Thank you so much!