RYG Balls Automation by date, display nothing when date column is empty

BM
BM โœญโœญ
edited 12/09/19 in Smartsheet Basics

Hello!

ย 

I have set up the automated RYG balls based on this tutorial:ย https://www.smartsheet.com/blog/support-tip-automate-RYG-balls?_ga=2.231470687.1137853115.1530638305-632979920.1530208332ย 

  • Green for more than 3 days away
  • Yellow for 3 days or less away
  • Red for overdue

Right now if there is no date in the Due Date cell, the program shows a "Yellow" ball. I'd like to change this so that it displays nothing at all if there is no date in the Due Date cell.ย 

ย 

Here is the current code:ย 

=IF(Done14 <> 1, IF(TODAY() - [Due Date]14 > 0, "Red", IF(TODAY() - [Due Date]14 > -3, "Yellow", "Green")))ย 

ย 

Many thanks!

ย 

ย 

Comments