Hello,
I am trying to create an IF statement that says IF there is one or more red ball in the range below then the green ball turns red OR If there are one or more yellow balls I would like the green ball to turn yellow. Otherwise, the ball stays Green. So far here is a simple attempt just trying with the first portion of the function, but I am unable to get this to work.
=IF(Health2:Health19 >=1 Red, Red)
Can somebody please help me?