Hello,
I'm trying to set the RYG ball based on the value of a cell and I can't seem to get it right. If the value is:
Greater than 0 = Green
Between 0 - 0.5 = Yellow
Less than 0 = Red
=IF(Remaining@row > 0, "Green", IF((Remaining@row >0, AND(IF(Remaining@row<0.50,))), "Yellow", IF(Remaining@row<0), "Red")))