RYG based on cell value

Options

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")))

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!