RYG Balls: Using IF/OR Function to Create Stoplight Status for Different Word Values

Hi,

I'm trying to create a formula that shows stoplight status (red, yellow, green) for different statuses that are word values. I would like one color to correspond to several statuses. See below. I've also included the formula I though would work using IF/OR but I'm receiving the "Incorrect Argument" message. Any help is appreciated.

(Red Dot) would represent that the recruitment process was in the “requested, hold, pending with comment, pending proforma, hold” status.

(Yellow Dot) would represent that the recruitment process was in the “ready to launch, looking, interviewing” status.

(Green Dot) would represent that the recruitment process was in the “LOI sent, LOI signed, contract sent, contract signed” status.


=IF((OR([Recruitment Status]3 = "Requested", [Recruitment Status]3 = "Hold", [Recruitment Status]3 = "Red", IF([Recruitment Status]3 = "Pending With Comment", [Recruitment Status]3 = "Pending Proforma", "Red", IF(OR([Recruitment Status]3 = "Ready to Launch", [Recruitment Status]3 = "Looking", [Recruitment Status]3 = "Interviewing", "Yellow", "Green"))))))


Thanks!

NMC AH

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!