RYG status for it to be blank (no ball) in column

Hello I need some help with a formula.

I have a status column that is linked to the "status of contract" column and depending on the status of the contract, the balls will be green, red or yellow. Issue I'm having is for it to be blank (no red ball) whenever the status of contract is blank. This is the formula I currently have:

Yellow = Completed

Red = Cancelled

Green = Active or Ongoing

=IF([Status of Contract]@row = "Ongoing", "Green", IF([Status of Contract]@row = "Active", "Green", IF([Status of Contract]@row = "Cancelled", "Yellow", "Red”)

Help!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!